upd: styles

update styles to fix a couple bugs
This commit is contained in:
2026-06-21 19:36:03 -04:00
parent 49cbc2de59
commit 3bf4e03ba6
12 changed files with 230 additions and 12 deletions
+3 -3
View File
@@ -16,7 +16,7 @@
display: grid;
height: 100vh;
grid-template-columns: 25em 60px 35% 0.98fr;
grid-template-rows: 60px 1fr;
grid-template-rows: 60px 100vh;
gap: 5px 5px;
grid-auto-flow: row;
grid-template-areas: "sidebar-header ref-btn-header ref-header note-header" "sidebar ref-btn ref-text notes";
@@ -40,8 +40,8 @@
.notes {
display: flex;
flex-direction: column;
grid-template-columns: 1fr;
grid-template-rows: 75px 1fr;
grid-template-columns: 100vh;
grid-template-rows: 75px 100vh;
gap: 2px 0px;
grid-template-areas: "fields-container" "note-text";
grid-area: notes;