From c25a21226bc08fa0b4323a5cdff0fc378eb45db8 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 6 Nov 2018 13:31:05 -0500 Subject: [PATCH] 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. --- css/80_app.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index 16579b926..6515645dd 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -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 {