style(MainModal): update modal background and sidebar styles for improved aesthetics

This commit is contained in:
alexsparkes
2025-10-31 00:32:34 +00:00
parent bc272e14dd
commit 1e283160cc
3 changed files with 11 additions and 4 deletions

View File

@@ -14,6 +14,9 @@
width: 100%;
background: t($modal-background);
margin: 0 1rem;
border-radius: t($borderRadius);
@extend %tabText;
hr {

View File

@@ -7,7 +7,7 @@
position: sticky;
margin: 0;
padding: 0 5px;
background: t($modal-sidebar);
// background: t($modal-sidebar);
border-radius: 12px 0 0 12px;
overflow: hidden auto;
height: 80vh;