mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-20 07:55:06 +00:00
8 lines
123 B
CSS
8 lines
123 B
CSS
|
.sf-centered-loading {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|