fix pane sizing on desktop

This commit is contained in:
2024-10-12 11:36:03 -05:00
parent 75445601aa
commit 3049446f65
2 changed files with 12 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
}
@media screen and (min-width: @sizes[lg]) {
flex-grow: 1;
width: 50%;
&.preview {
display: unset !important;