more bugfixes
This commit is contained in:
parent
f03248db85
commit
3c3696bb02
2 changed files with 30 additions and 31 deletions
|
@ -78,21 +78,12 @@ div.optionBox-1UOevl:nth-child(2)
|
||||||
#privacy-\&-safety-tab {
|
#privacy-\&-safety-tab {
|
||||||
.marginBottom40-fvAlAV {
|
.marginBottom40-fvAlAV {
|
||||||
&:first-child div[role=radiogroup],
|
&:first-child div[role=radiogroup],
|
||||||
&:nth-child(3)
|
|
||||||
{ .horiz-tab(3); }
|
{ .horiz-tab(3); }
|
||||||
&:nth-child(2)
|
&:nth-child(2)
|
||||||
{ .horiz-tab(); }
|
{ .horiz-tab(); }
|
||||||
|
|
||||||
&:nth-child(3) {
|
&:nth-child(2) > h5
|
||||||
h3 ~ * {
|
{ min-width: 100%; }
|
||||||
min-width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:nth-child(2), &:nth-child(3) {
|
|
||||||
& > :first-child
|
|
||||||
{ min-width: 100%; }
|
|
||||||
}
|
|
||||||
|
|
||||||
&:last-child
|
&:last-child
|
||||||
{ &:extend(.hide); }
|
{ &:extend(.hide); }
|
||||||
|
|
|
@ -197,27 +197,35 @@ div.popoutContainer-2wbmiM,
|
||||||
}
|
}
|
||||||
|
|
||||||
// status picker
|
// status picker
|
||||||
#account-status-picker + div.layer-2aCOJ3 div.scroller-1bVxF5 {
|
#account-status-picker + div.layer-2aCOJ3 {
|
||||||
display: flex;
|
div.submenu-1apzyU {
|
||||||
flex-flow: row wrap;
|
top: -8px;
|
||||||
justify-content: space-around;
|
|
||||||
|
|
||||||
& > div.item-1OdjEX {
|
|
||||||
padding: 8px;
|
|
||||||
margin: 0;
|
|
||||||
|
|
||||||
& > div {
|
|
||||||
padding: 0;
|
|
||||||
|
|
||||||
& > div.status-2xYiEF,
|
|
||||||
& > div.description-1Dd2kv,
|
|
||||||
{ &:extend(.hide); }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
svg {
|
div.scroller-1bVxF5 {
|
||||||
width: 16px;
|
display: flex;
|
||||||
height: 16px;
|
flex-flow: row wrap;
|
||||||
margin-left: 4px;
|
justify-content: space-around;
|
||||||
|
|
||||||
|
.separator-1So4YB
|
||||||
|
{ &:extend(.hide); }
|
||||||
|
|
||||||
|
& > div.item-1OdjEX {
|
||||||
|
padding: 8px;
|
||||||
|
margin: 0;
|
||||||
|
|
||||||
|
& > div {
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
& > div.status-2xYiEF,
|
||||||
|
& > div.description-1Dd2kv,
|
||||||
|
{ &:extend(.hide); }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
svg {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
margin-left: 2px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue