mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-01-19 09:41:20 +08:00
8 lines
158 B
SCSS
8 lines
158 B
SCSS
.loading-content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100%;
|
|
width: 100%;
|
|
} |