Remove footer media queries, the li's will remove themselves on overflow

(closes #5437)

This means that the scale bar will never go away, it will be the last thing
remaining.
This commit is contained in:
Bryan Housel
2018-11-06 13:31:05 -05:00
parent 08e9476f3e
commit c25a21226b

View File

@@ -4585,19 +4585,6 @@ li.hide + li.version .badge .tooltip .tooltip-arrow {
}
/* Media Queries
------------------------------------------------------- */
@media screen and (max-width: 1200px) {
.user-list { display: none !important; }
}
@media screen and (max-width: 1000px) {
#userLink { display: none !important; }
}
@media screen and (max-width: 900px) {
#scale-block { display: none !important; }
}
/* Scrollbars
----------------------------------------------------- */
::-webkit-scrollbar {