Minor UI changes

This commit is contained in:
tdgmdev 2023-03-09 06:59:20 -05:00
parent 404bd50cd3
commit 867626024f
3 changed files with 6 additions and 5 deletions

View file

@ -3,7 +3,7 @@
background: var(--light-2);
height: 100vh;
width: calc(100vw - 50px);
width: 100vw;
padding: 25px;
padding-top: 0px;
@ -11,7 +11,7 @@
flex-direction: column;
align-items: center;
overflow-y: scroll;
overflow-y: auto;
}
:global(:root) {