move fixes
This commit is contained in:
parent
787310c3c9
commit
8d79da2202
4 changed files with 22 additions and 22 deletions
|
@ -91,3 +91,9 @@ div.inlineMediaEmbed-1m3ApS {
|
|||
position: fixed;
|
||||
}
|
||||
|
||||
div.container-YkUktl div.avatarWrapper-1B9FTW {
|
||||
margin-right: auto; // make some space after avatar (sidebar at bottom)
|
||||
min-width: unset;
|
||||
padding: unset;
|
||||
}
|
||||
|
||||
|
|
|
@ -44,6 +44,22 @@
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
.horiz-tab(@cols: 2) {
|
||||
@gap: @div-width * 2;
|
||||
@el-width: calc(100% / @cols - @gap);
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
column-gap: @gap;
|
||||
row-gap: (@gap / 2);
|
||||
& > * {
|
||||
width: @el-width;
|
||||
}
|
||||
|
||||
div[class^="divider"]:empty {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.verify(@id) {
|
||||
div.message-2CShn3 img.avatar-2e8lTP[src*="/@{id}/"] + .header-2jRmjb > .headerText-2z4IhQ::after
|
||||
{ .bot('✓DEV', 16px); }
|
||||
|
|
|
@ -92,12 +92,6 @@ div[class^="banner"] {
|
|||
}
|
||||
}
|
||||
|
||||
div.container-YkUktl div.avatarWrapper-1B9FTW {
|
||||
margin-right: auto; // make some space after avatar (sidebar at bottom)
|
||||
min-width: unset;
|
||||
padding: unset;
|
||||
}
|
||||
|
||||
// Redesigned profile page
|
||||
header div[class^="nameTagWithCustomStatus-"],
|
||||
header div[class^="nameTagNoCustomStatus-"] {
|
||||
|
|
|
@ -61,22 +61,6 @@ div[aria-controls="analytics-tab"],
|
|||
div[aria-controls="partner-tab"],
|
||||
{ &:extend(.hide); }
|
||||
|
||||
.horiz-tab(@cols: 2) {
|
||||
@gap: @div-width * 2;
|
||||
@el-width: calc(100% / @cols - @gap);
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
column-gap: @gap;
|
||||
row-gap: (@gap / 2);
|
||||
& > * {
|
||||
width: @el-width;
|
||||
}
|
||||
|
||||
div[class^="divider"]:empty {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
#my-account-tab > div {
|
||||
.horiz-tab();
|
||||
& > div:first-child {
|
||||
|
|
Loading…
Reference in a new issue