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