Update 0BDFDB.raw.css

This commit is contained in:
Mirco Wittrien 2024-06-30 20:20:51 +02:00
parent 3819276477
commit 856c704e7b
1 changed files with 14 additions and 11 deletions

View File

@ -1107,32 +1107,35 @@ input[REPLACE_CLASS_input][REPLACE_CLASS_inputerror] {
background: rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.2);
} }
[REPLACE_CLASS_tabbarcontainer] { [REPLACE_CLASS_tabbarcontainer] {
border-bottom: 1px solid var(--profile-body-divider-color); display: flex;
margin: 20px 12px 0; flex-direction: column;
padding: 0 box-sizing: border-box;
border-radius: var(--radius-sm);
overflow: hidden;
} }
[REPLACE_CLASS_tabbarcontainer][REPLACE_CLASS_tabbarcontainerbottom] { [REPLACE_CLASS_tabbarcontainer][REPLACE_CLASS_tabbarcontainerbottom] {
border-top: unset; border-top: unset;
border-bottom: 1px solid hsla(0,0%,100%,.1); border-bottom: 1px solid hsla(0,0%,100%,.1);
} }
[REPLACE_CLASS_tabbar] { [REPLACE_CLASS_tabbar] {
align-items: stretch;
display: flex; display: flex;
gap: 40px gap: 32px;
margin: 16px 16px 0;
border-bottom: 1px solid var(--profile-body-divider-color);
} }
[REPLACE_CLASS_tabbaritem] { [REPLACE_CLASS_tabbaritem] {
display: inline; height: 25px;
border-bottom: 2px solid transparent; box-sizing: border-box;
height: 39px;
font-size: 14px
} }
[REPLACE_CLASS_modal] [REPLACE_CLASS_tabbarcontainer] { [REPLACE_CLASS_modal] [REPLACE_CLASS_tabbarcontainer] {
background: rgba(0, 0, 0, 0.1); background: rgba(0, 0, 0, 0.1);
border: none; border: none;
border-radius: unset;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
flex: 1 1 auto; flex: 1 1 auto;
margin: 0; }
padding: 16px 16px 0 16px; [REPLACE_CLASS_modal] [REPLACE_CLASS_tabbaritem] {
height: 39px;
} }
[REPLACE_CLASS_themedark] [REPLACE_CLASS_modal] [REPLACE_CLASS_tabbarcontainer] { [REPLACE_CLASS_themedark] [REPLACE_CLASS_modal] [REPLACE_CLASS_tabbarcontainer] {
background: rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.2);