mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-02 14:03:23 -07:00
try to improve tracker on smaller screens
This commit is contained in:
@@ -13,4 +13,19 @@ th {
|
||||
|
||||
table {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
img.alttp-sprite {
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
/* this is specific to the tracker right now */
|
||||
@media all and (max-width: 1750px) {
|
||||
img.alttp-sprite {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user