We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6299bf7 + 79942b7 commit 9dfcc62Copy full SHA for 9dfcc62
1 file changed
web/views_manager.css
@@ -58,6 +58,7 @@
58
--sidebar-width: 230px;
59
--sidebar-min-width: min-content;
60
--sidebar-max-width: 50vw;
61
+ --sidebar-block-padding: 8px;
62
63
--text-color: light-dark(#15141a, #fbfbfe);
64
--button-fg: var(--text-color);
@@ -176,9 +177,9 @@
176
177
padding-bottom: 16px;
178
flex-direction: column;
179
align-items: flex-start;
180
+ inset-block-start: calc(100% + var(--sidebar-block-padding));
181
height: calc(
- var(--viewer-container-height) - var(--toolbar-height) -
- var(--doorhanger-height)
182
+ var(--viewer-container-height) - 2 * var(--sidebar-block-padding)
183
);
184
position: absolute;
185
0 commit comments