mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-12 09:10:45 +00:00
11 lines
No EOL
200 B
Text
11 lines
No EOL
200 B
Text
.buffering-loader-container {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.buffering-loader {
|
|
flex: none;
|
|
width: 17rem;
|
|
height: 17rem;
|
|
}
|
|
} |