refactor(BufferingLoader): reduce size

This commit is contained in:
Tim 2023-07-26 14:05:13 +02:00
parent a67fb02aa9
commit 05f0ba11f3

View file

@ -7,7 +7,7 @@
.buffering-loader {
flex: none;
width: 17rem;
height: 17rem;
width: 10rem;
height: 10rem;
}
}