This commit is contained in:
Er2 2022-09-14 21:44:10 +03:00
parent 05765062ec
commit b843b50c44
4 changed files with 18 additions and 2 deletions

View File

@ -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); }
}

View File

@ -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"] {

View File

@ -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%;

View File

@ -150,6 +150,11 @@ div.channelTextArea-1VQBuV {
width: auto;
height: auto;
margin-right: 8px;
.icon-2P5yLI {
padding: 0;
margin-top: 2px;
}
}
.textArea-2CLwUE {