more bugfixes lol
This commit is contained in:
parent
bef7a87000
commit
bbabb72d89
4 changed files with 48 additions and 28 deletions
|
@ -75,10 +75,6 @@ div[class^="toolsContainer-"] { // in settings
|
|||
}
|
||||
}
|
||||
|
||||
div.page-nvZ_ef {
|
||||
margin: 0 16px;
|
||||
}
|
||||
|
||||
div[class^="contentContainer-"] div[class*="stickyHeader-"] {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
&, div.members-3WRCEx {
|
||||
min-width: 48px;
|
||||
width: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
// remove fixed height
|
||||
div.content-2a4AW9 {
|
||||
height: unset !important;
|
||||
flex-grow: 0;
|
||||
margin-bottom: 64px; // omg I love discock
|
||||
}
|
||||
|
||||
div.member-2gU6Ar {
|
||||
|
|
|
@ -11,32 +11,48 @@
|
|||
top: 0;
|
||||
}
|
||||
}
|
||||
// fixes
|
||||
div.overlayBackground-arbZMT,
|
||||
div.overlayBackground-H1K9ZY {
|
||||
margin: 8px 0 0 0;
|
||||
background: none;
|
||||
padding-right: 8px;
|
||||
}
|
||||
div.overlayBackground-H1K9ZY {
|
||||
// in settings
|
||||
padding-right: 0;
|
||||
margin-top: -8px;
|
||||
|
||||
div.section-3FmfOT:first-child {
|
||||
div.customStatus-3Bvsdb,
|
||||
div.memberSinceContainer-3biwiY {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
// fixes
|
||||
div.overlayBackground-1KgwVi {
|
||||
margin: 24px 0 0 0;
|
||||
// padding-right: 8px;
|
||||
background: none;
|
||||
|
||||
& > div.section-3FmfOT:first-child {
|
||||
// nick
|
||||
margin: 0 auto;
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
div.scroller-1jBQYo {
|
||||
display: grid;
|
||||
h3
|
||||
{ &:extend(.hide); }
|
||||
& > .section-3FmfOT:nth-child(2) {
|
||||
order: -1;
|
||||
}
|
||||
}
|
||||
|
||||
.customizationSection-IGy2fS .userPopoutInner-1hXSeY & {
|
||||
// in settings
|
||||
padding-right: 0;
|
||||
margin-top: -8px;
|
||||
}
|
||||
}
|
||||
div.status-b9jLr4 {
|
||||
position: relative;
|
||||
top: -32px;
|
||||
left: calc(50% + 8px);
|
||||
top: -24px;
|
||||
left: 56px;
|
||||
}
|
||||
|
||||
.profileBadges-2pItdR,
|
||||
.profileBadges-31rDHI {
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
background: unset;
|
||||
justify-content: left;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
|
@ -175,6 +191,11 @@ div.root-8LYsGj {
|
|||
}
|
||||
}
|
||||
|
||||
#account {
|
||||
max-width: unset;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#account-info {
|
||||
div.headerTop-3GPUSF {
|
||||
padding-top: 108px;
|
||||
|
|
|
@ -23,11 +23,12 @@ div[class^="repliedMessage-"] {
|
|||
}
|
||||
}
|
||||
|
||||
div[class^="role-"] {
|
||||
div.role-2TIOKu {
|
||||
&:extend(.rounder);
|
||||
padding: 0;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
// TODO: fix this because roles looks sadly
|
||||
// border-width: 2px;
|
||||
// border-style: solid;
|
||||
}
|
||||
|
||||
article[class^="embed"] {
|
||||
|
@ -148,12 +149,12 @@ div.channelTextArea-1VQBuV {
|
|||
.attachButton-1ijpt9 {
|
||||
padding: 8px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
height: 24px;
|
||||
box-sizing: content-box;
|
||||
margin-right: 8px;
|
||||
|
||||
.icon-2P5yLI {
|
||||
padding: 0;
|
||||
margin-top: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -185,6 +186,7 @@ div[class*="stickyHeader-"],
|
|||
div.emojiPicker-6YCk8a,
|
||||
div.header-1XpmZs,
|
||||
div.popoutContainer-2wbmiM,
|
||||
div.userPopoutOuter-3AVBmJ,
|
||||
{
|
||||
&:extend(.acrylic all);
|
||||
}
|
||||
|
@ -213,8 +215,8 @@ div.popoutContainer-2wbmiM,
|
|||
& > div {
|
||||
padding: 0;
|
||||
|
||||
& > div.status-2xYiEF,
|
||||
& > div.description-1Dd2kv,
|
||||
& > div.status-qmUf7L,
|
||||
& > div.description-22_U3B,
|
||||
{ &:extend(.hide); }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue