dm layout fix
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Martti Malmi 2023-11-27 11:10:58 +02:00
parent 9043a1851d
commit ecd5ea111d
2 changed files with 2 additions and 2 deletions

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;
}