bugfixes
This commit is contained in:
parent
05765062ec
commit
b843b50c44
4 changed files with 18 additions and 2 deletions
|
@ -68,7 +68,7 @@ div.channelTextArea-1FufC0 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
div.scrollableContainer-15eg7h
|
div.scrollableContainer-15eg7h
|
||||||
div.separator-3ng7S5 // breaks redesigned text area
|
div.divider-2rZFJK // breaks redesigned text area
|
||||||
{ &:extend(.hide); }
|
{ &:extend(.hide); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -49,6 +49,10 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.avatarPositionPremiumBanner-2nq2Fy {
|
||||||
|
top: 24px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.profile();
|
.profile();
|
||||||
|
|
||||||
|
@ -103,6 +107,7 @@ div[class^="banner"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: inherit;
|
width: inherit;
|
||||||
max-height: 72px;
|
max-height: 72px;
|
||||||
|
min-height: 0;
|
||||||
&:extend(.rounder);
|
&:extend(.rounder);
|
||||||
div[class^="profileBannerPreview-"] &,
|
div[class^="profileBannerPreview-"] &,
|
||||||
&[class*="popoutBanner"] {
|
&[class*="popoutBanner"] {
|
||||||
|
|
|
@ -99,9 +99,15 @@ div.optionBox-1UOevl:nth-child(2)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#passport-tab div.children-1xdcWE {
|
#connections-tab div.children-1xdcWE {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
|
|
||||||
|
div.connectionsContainer-3wRUc6 {
|
||||||
|
row-gap: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.connectContainer-1hylYM,
|
||||||
div.accountList-Wii_T5 {
|
div.accountList-Wii_T5 {
|
||||||
margin-right: @div-width;
|
margin-right: @div-width;
|
||||||
width: 33%;
|
width: 33%;
|
||||||
|
|
|
@ -150,6 +150,11 @@ div.channelTextArea-1VQBuV {
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
|
||||||
|
.icon-2P5yLI {
|
||||||
|
padding: 0;
|
||||||
|
margin-top: 2px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.textArea-2CLwUE {
|
.textArea-2CLwUE {
|
||||||
|
|
Loading…
Reference in a new issue