mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
11 lines
196 B
Text
11 lines
196 B
Text
![]() |
/* Preloader */
|
||
|
.swiper-slide .preloader {
|
||
|
width: 42px;
|
||
|
height: 42px;
|
||
|
position: absolute;
|
||
|
left: 50%;
|
||
|
top: 50%;
|
||
|
margin-left: -21px;
|
||
|
margin-top: -21px;
|
||
|
z-index: 10;
|
||
|
}
|