diff --git a/src/settings.less b/src/settings.less index 47c6a15..233b701 100644 --- a/src/settings.less +++ b/src/settings.less @@ -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); } diff --git a/src/style.less b/src/style.less index eaf91a1..a607ddd 100644 --- a/src/style.less +++ b/src/style.less @@ -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; + } } }