Update 0BDFDB.raw.css

This commit is contained in:
Mirco Wittrien 2024-06-30 20:30:54 +02:00
parent 856c704e7b
commit 9149cc976d
1 changed files with 13 additions and 14 deletions

View File

@ -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);