@setoelkahfi / svara / commits / c76240f

chore: styling cleanup

mellbacon committed Aug 29, 2023 at 21:49 UTC c76240f62a94095ed0631cb4721d7069eaa43068
1 file changed +5 -2
src/theme.scss
+5 -2
@@ -113,6 +113,9 @@ input {
113 #main {
114 height: calc(100vh - $header-height - $statusbar-height - 0.063rem * 2);
115 }
116 +#main.fullscreen {
117 + height: calc(100vh - $header-height + 0.4rem) !important;
118 +}
119
120 #sidebar {
121 box-shadow: 1px 0px 0 0 var(--window-borderColor);
@@ -180,8 +183,8 @@ input {
183 }
184
185 #tabview {
183 - margin-top: calc($tab-container-height + 5px);
184 - height: calc(100% - 6.1rem + 0.1rem);
186 + margin-top: calc(5px);
187 + height: calc(100% - 6.4rem);
188 }
189
190 .cm-content {