Skip to content

Commit

Permalink
Merge pull request #18783 from calixteman/rm_useless_css
Browse files Browse the repository at this point in the history
Remove useless css variable --editor-toolbar-base-offset
  • Loading branch information
calixteman authored Sep 24, 2024
2 parents 45fef4c + e9b10ae commit cc63941
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

--toolbar-icon-opacity: 0.7;
--doorhanger-icon-opacity: 0.9;
--editor-toolbar-base-offset: 105px;
--doorhanger-height: 8px;

--main-color: rgb(12 12 13);
Expand Down Expand Up @@ -1725,9 +1724,6 @@ dialog :link {
}

@media all and (max-width: 750px) {
:root {
--editor-toolbar-base-offset: 40px;
}
#outerContainer .hiddenMediumView {
display: none !important;
}
Expand Down

0 comments on commit cc63941

Please sign in to comment.