1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #18783 from calixteman/rm_useless_css

Remove useless css variable --editor-toolbar-base-offset
This commit is contained in:
calixteman 2024-09-24 10:08:02 +02:00 committed by GitHub
commit cc63941b64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
@ -1725,9 +1724,6 @@ dialog :link {
}
@media all and (max-width: 750px) {
:root {
--editor-toolbar-base-offset: 40px;
}
#outerContainer .hiddenMediumView {
display: none !important;
}