more bugfixes

This commit is contained in:
Er2 2022-09-17 12:24:43 +03:00
parent f03248db85
commit 3c3696bb02
2 changed files with 30 additions and 31 deletions

View File

@ -78,21 +78,12 @@ div.optionBox-1UOevl:nth-child(2)
#privacy-\&-safety-tab {
.marginBottom40-fvAlAV {
&:first-child div[role=radiogroup],
&:nth-child(3)
{ .horiz-tab(3); }
&:nth-child(2)
{ .horiz-tab(); }
&:nth-child(3) {
h3 ~ * {
min-width: 100%;
}
}
&:nth-child(2), &:nth-child(3) {
& > :first-child
{ min-width: 100%; }
}
&:nth-child(2) > h5
{ min-width: 100%; }
&:last-child
{ &:extend(.hide); }

View File

@ -197,27 +197,35 @@ div.popoutContainer-2wbmiM,
}
// status picker
#account-status-picker + div.layer-2aCOJ3 div.scroller-1bVxF5 {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
& > div.item-1OdjEX {
padding: 8px;
margin: 0;
& > div {
padding: 0;
& > div.status-2xYiEF,
& > div.description-1Dd2kv,
{ &:extend(.hide); }
}
#account-status-picker + div.layer-2aCOJ3 {
div.submenu-1apzyU {
top: -8px;
}
svg {
width: 16px;
height: 16px;
margin-left: 4px;
div.scroller-1bVxF5 {
display: flex;
flex-flow: row wrap;
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;
}
}
}