Skip to content

Commit

Permalink
Remove obsolete css styles
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Oct 13, 2024
1 parent 101808f commit fa94edf
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions viewer/latexworkshop.css
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit fa94edf

Please sign in to comment.