UX: Adjust spacing for more room (#146)

This commit is contained in:
Jordan Vidrine
2025-04-21 16:36:03 -05:00
committed by GitHub
parent b1a9389a04
commit 70af5fc68a
+3 -3
View File
@@ -29,12 +29,12 @@
#reply-control:not(.fullscreen).hide-preview {
width: 100%;
right: var(--d-border-radius-large);
right: var(--main-grid-gap);
top: var(--header-offset);
bottom: var(--d-border-radius-large);
bottom: var(--main-grid-gap);
left: unset;
height: unset;
max-width: 32vw;
max-width: 36.5vw;
}
&.has-sidebar-page {