[frontend/components] Only show ticker icon on mobile

This commit is contained in:
pancakes 2025-03-29 15:42:07 +10:00
parent 941787499a
commit 318e2395ad
No known key found for this signature in database

View file

@ -65,4 +65,9 @@
display: none;
}
}
.ticker {
padding: 0;
background-color: unset;
}
}