From fa94edff627eb1cb37b051b8baee3c9077e29969 Mon Sep 17 00:00:00 2001 From: James Yu Date: Sun, 13 Oct 2024 13:25:52 +0800 Subject: [PATCH] Remove obsolete css styles --- viewer/latexworkshop.css | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/viewer/latexworkshop.css b/viewer/latexworkshop.css index f8dcb8d6c..1fc491f72 100644 --- a/viewer/latexworkshop.css +++ b/viewer/latexworkshop.css @@ -1,20 +1,3 @@ -@media all and (max-width: 1100px) { - #toolbarViewerMiddle { - display: table; - margin: auto; - left: auto; - position: inherit; - -webkit-transform: none; - transform: none; - } -} - -@media all and (max-width: 660px) { - .visibleSmallView { - display: inherit; - } -} - .visibleLargeView, .visibleMediumView, .visibleMediumView + .horizontalToolbarSeparator {