3-column layout #699

Merged
mmalmi merged 68 commits from mmalmi/snort:main into main 2023-11-27 15:22:53 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ecd5ea111d - Show all commits

View File

@ -1,7 +1,7 @@
.dm-window { .dm-window {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100%; height: calc(100vh - 62px);
} }
.dm-window > div:nth-child(1) { .dm-window > div:nth-child(1) {
padding: 12px 0; padding: 12px 0;

View File

@ -39,7 +39,7 @@
.dm-page > div:nth-child(2) { .dm-page > div:nth-child(2) {
padding: 0 12px; padding: 0 12px;
margin: 0 4px; margin: 0 4px;
height: var(--full-height); height: 100vh;
background-color: var(--gray-superdark); background-color: var(--gray-superdark);
border-radius: 16px; border-radius: 16px;
} }