mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
15 lines
216 B
CSS
15 lines
216 B
CSS
.docspinner {
|
|
margin-top: -5vh;
|
|
margin-left: -5vh;
|
|
width: 10vh;
|
|
height: 10vh;
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
z-index: 9999999;
|
|
}
|
|
|
|
.loadingHide {
|
|
display: none !important;
|
|
}
|