[SSE] Fix statusbar styles
This commit is contained in:
parent
a964fb89df
commit
36694c0690
|
@ -194,6 +194,7 @@
|
||||||
|
|
||||||
box-shadow: 0px 4px 0 #49795d inset;
|
box-shadow: 0px 4px 0 #49795d inset;
|
||||||
border-top-width: 0;
|
border-top-width: 0;
|
||||||
|
padding-top: 1px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -207,14 +208,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.coauth-locked {
|
&.coauth-locked {
|
||||||
vertical-align: top;
|
|
||||||
&.active {
|
&.active {
|
||||||
> span {
|
> span {
|
||||||
border-top-width: 1px;
|
border-top-width: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
> span {
|
> span {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
> span:after {
|
> span:after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue