fix(app): refine status modal layout and spacing

This commit is contained in:
David Hill 2026-03-13 12:51:23 +00:00
commit 3527d011a6
2 changed files with 111 additions and 101 deletions

View file

@ -6,6 +6,7 @@
width: 100%;
height: 100%;
min-height: 0;
display: flex;
flex-direction: column;
background-color: var(--background-stronger);
@ -122,6 +123,7 @@
[data-slot="tabs-content"] {
overflow-y: auto;
flex: 1;
min-height: 0;
/* Hide scrollbar */
scrollbar-width: none;