make spider smaller on mobile (firefox not supported)

pull/158/head
Aevann 2023-06-28 00:00:10 +03:00
parent d2fbe1d51e
commit 625976c410
1 changed files with 6 additions and 0 deletions

View File

@ -7490,3 +7490,9 @@ img[src="/e/marseycursor.webp"] {
bdi {
overflow: hidden !important;
}
@media (max-width: 768px) {
.bug[style*="/i/spider-sprite.webp"] {
zoom: 0.6;
}
}