diff --git a/Library/_res/0BDFDB.raw.css b/Library/_res/0BDFDB.raw.css index 9954b43cba..51188311a3 100644 --- a/Library/_res/0BDFDB.raw.css +++ b/Library/_res/0BDFDB.raw.css @@ -1106,36 +1106,35 @@ input[REPLACE_CLASS_input][REPLACE_CLASS_inputerror] { [REPLACE_CLASS_themedark] [REPLACE_CLASS_modalsidebar] { background: rgba(0, 0, 0, 0.2); } -[REPLACE_CLASS_tabbarcontainer] { - display: flex; - flex-direction: column; - box-sizing: border-box; - border-radius: var(--radius-sm); - overflow: hidden; -} [REPLACE_CLASS_tabbarcontainer][REPLACE_CLASS_tabbarcontainerbottom] { border-top: unset; border-bottom: 1px solid hsla(0,0%,100%,.1); } [REPLACE_CLASS_tabbar] { - display: flex; - gap: 32px; - margin: 16px 16px 0; - border-bottom: 1px solid var(--profile-body-divider-color); + max-width: calc(100% - 60px); + gap: var(--spacing-32); + border-bottom: 1px solid var(--background-modifier-accent); } [REPLACE_CLASS_tabbaritem] { - height: 25px; - box-sizing: border-box; + display: flex; + flex-shrink: 1; + align-items: center; + gap: var(--spacing-8); + padding-bottom: var(--spacing-12); } [REPLACE_CLASS_modal] [REPLACE_CLASS_tabbarcontainer] { background: rgba(0, 0, 0, 0.1); border: none; border-radius: unset; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05); + padding: 16px 12px 0; flex: 1 1 auto; } +[REPLACE_CLASS_modal] [REPLACE_CLASS_tabbar] { + border: none; +} [REPLACE_CLASS_modal] [REPLACE_CLASS_tabbaritem] { - height: 39px; + height: 29px; } [REPLACE_CLASS_themedark] [REPLACE_CLASS_modal] [REPLACE_CLASS_tabbarcontainer] { background: rgba(0, 0, 0, 0.2);