fix(Tabs, styles): adjust padding and margin for improved layout in modal components

This commit is contained in:
alexsparkes
2026-01-23 23:57:14 +00:00
parent e5e9260ac3
commit 039ef863bb
3 changed files with 6 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
} */
@include themed {
padding: 1rem 3rem 4rem;
padding: 1rem 2rem 4rem;
display: flex;
flex-direction: column;
width: 100%;
@@ -16,7 +16,7 @@
overflow-y: auto;
background: t($modal-background);
margin: 0 1rem;
margin: 0;
border-radius: t($borderRadius);
@extend %tabText;

View File

@@ -4,8 +4,9 @@
@include themed {
position: relative;
margin: 0;
padding: 0.5rem 5px 3rem 5px;
// background: t($modal-sidebar);
// padding: 1rem 1.5rem 4rem 1.5rem;
padding: 0.5rem 0 0 0.5rem;
background: t($modal-sidebar);
border-radius: 12px 0 0 12px;
overflow-y: auto;
overflow-x: hidden;