Update 0BDFDB.raw.css
This commit is contained in:
parent
856c704e7b
commit
9149cc976d
|
@ -1106,36 +1106,35 @@ input[REPLACE_CLASS_input][REPLACE_CLASS_inputerror] {
|
||||||
[REPLACE_CLASS_themedark] [REPLACE_CLASS_modalsidebar] {
|
[REPLACE_CLASS_themedark] [REPLACE_CLASS_modalsidebar] {
|
||||||
background: rgba(0, 0, 0, 0.2);
|
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] {
|
[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] {
|
||||||
display: flex;
|
max-width: calc(100% - 60px);
|
||||||
gap: 32px;
|
gap: var(--spacing-32);
|
||||||
margin: 16px 16px 0;
|
border-bottom: 1px solid var(--background-modifier-accent);
|
||||||
border-bottom: 1px solid var(--profile-body-divider-color);
|
|
||||||
}
|
}
|
||||||
[REPLACE_CLASS_tabbaritem] {
|
[REPLACE_CLASS_tabbaritem] {
|
||||||
height: 25px;
|
display: flex;
|
||||||
box-sizing: border-box;
|
flex-shrink: 1;
|
||||||
|
align-items: center;
|
||||||
|
gap: var(--spacing-8);
|
||||||
|
padding-bottom: var(--spacing-12);
|
||||||
}
|
}
|
||||||
[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;
|
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);
|
||||||
|
padding: 16px 12px 0;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
|
[REPLACE_CLASS_modal] [REPLACE_CLASS_tabbar] {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
[REPLACE_CLASS_modal] [REPLACE_CLASS_tabbaritem] {
|
[REPLACE_CLASS_modal] [REPLACE_CLASS_tabbaritem] {
|
||||||
height: 39px;
|
height: 29px;
|
||||||
}
|
}
|
||||||
[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);
|
||||||
|
|
Loading…
Reference in New Issue