We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be10bb8 + ca4e219 commit 9f645fbCopy full SHA for 9f645fb
web/signature_manager.css
@@ -747,7 +747,7 @@
747
}
748
749
.toolbarAddSignatureButton {
750
- width: auto;
+ width: calc(0.8 * var(--editor-toolbar-min-width));
751
height: 100%;
752
min-height: var(--menuitem-height);
753
aspect-ratio: unset;
web/viewer.css
@@ -1090,8 +1090,11 @@ dialog :link {
1090
1091
1092
.editorParamsToolbar {
1093
+ --editor-toolbar-min-width: 220px;
1094
+
1095
height: auto;
- width: 220px;
1096
+ min-width: var(--editor-toolbar-min-width);
1097
+ width: max-content;
1098
position: absolute;
1099
z-index: 30000;
1100
cursor: default;
0 commit comments