Tracker: Use Icons for header where appropriate

This commit is contained in:
Fabian Dill
2020-07-19 22:32:56 +02:00
parent 611a38be67
commit cb4d2d1ef0
3 changed files with 42 additions and 6 deletions

View File

@@ -21,15 +21,15 @@ table {
img.alttp-sprite {
height: 32px;
width: 32px;
min-width: 32px;
object-fit: contain;
}
/* this is specific to the tracker right now */
@media all and (max-width: 1750px) {
@media all and (max-width: 1700px) {
img.alttp-sprite {
height: 16px;
width: 16px;
min-width: 16px;
object-fit: contain;
}
}