mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-29 04:01:24 +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;
|
||
|
}
|