From b843b50c4400f7ca4dd7674e8e5fdfc83791c5eb Mon Sep 17 00:00:00 2001 From: Er2 Date: Wed, 14 Sep 2022 21:44:10 +0300 Subject: [PATCH] bugfixes --- src/hide.less | 2 +- src/profile.less | 5 +++++ src/settings.less | 8 +++++++- src/style.less | 5 +++++ 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/hide.less b/src/hide.less index facfa40..fc814c2 100644 --- a/src/hide.less +++ b/src/hide.less @@ -68,7 +68,7 @@ div.channelTextArea-1FufC0 { } } div.scrollableContainer-15eg7h - div.separator-3ng7S5 // breaks redesigned text area + div.divider-2rZFJK // breaks redesigned text area { &:extend(.hide); } } diff --git a/src/profile.less b/src/profile.less index 0c99dcb..0f4b86b 100644 --- a/src/profile.less +++ b/src/profile.less @@ -49,6 +49,10 @@ left: 0; margin: 0 auto; } + + div.avatarPositionPremiumBanner-2nq2Fy { + top: 24px; + } } .profile(); @@ -103,6 +107,7 @@ div[class^="banner"] { position: absolute; width: inherit; max-height: 72px; + min-height: 0; &:extend(.rounder); div[class^="profileBannerPreview-"] &, &[class*="popoutBanner"] { diff --git a/src/settings.less b/src/settings.less index 8dc17a9..47c6a15 100644 --- a/src/settings.less +++ b/src/settings.less @@ -99,9 +99,15 @@ div.optionBox-1UOevl:nth-child(2) } } -#passport-tab div.children-1xdcWE { +#connections-tab div.children-1xdcWE { flex-direction: row; flex-flow: row wrap; + + div.connectionsContainer-3wRUc6 { + row-gap: 8px; + } + + div.connectContainer-1hylYM, div.accountList-Wii_T5 { margin-right: @div-width; width: 33%; diff --git a/src/style.less b/src/style.less index cbeaca1..876e4ee 100644 --- a/src/style.less +++ b/src/style.less @@ -150,6 +150,11 @@ div.channelTextArea-1VQBuV { width: auto; height: auto; margin-right: 8px; + + .icon-2P5yLI { + padding: 0; + margin-top: 2px; + } } .textArea-2CLwUE {