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 {
display: flex;
flex-direction: column;
height: 100%;
height: calc(100vh - 62px);
}
.dm-window > div:nth-child(1) {
padding: 12px 0;

View File

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