fix: mathcing bank transaction styling

This commit is contained in:
Ahmed Bouhuolia
2024-06-26 22:25:59 +02:00
parent 87bf29f28c
commit 7edf268e75
5 changed files with 82 additions and 35 deletions

View File

@@ -1,14 +1,22 @@
:root {
--aside-topbar-offset: 60px;
}
.main{
flex: 1 0;
height: inherit;
overflow: auto;
}
.aside{
width: 500px;
height: 100dvh;
border-left: 1px solid rgba(17, 20, 24, 0.15);
height: inherit;
overflow: auto;
}
.root {
display: flex;
height: calc(100dvh - var(--aside-topbar-offset));
}