Discord Canary fixes

This commit is contained in:
Samuel Elliott 2019-04-20 02:42:38 +01:00
parent 2b0d3eb268
commit 04fdb7a704
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
2 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,10 @@ body:not(.bd-hideButton) {
margin-top: 26px;
}
.platform-osx [class*='layers-'] > [class*='layer-'] > * > [class*='wrapper-'] [class*='listItem-']:first-child {
margin-top: 12px;
}
[class*='layers-'] > [class*='layer-'] > * > [class*='wrapper-'] + [class*='flex'] {
border-radius: 0 0 0 5px;
}

View File

@ -1,6 +1,7 @@
.bd-scrollerWrap {
display: flex;
width: 100%;
height: 100%;
flex-grow: 1;
.bd-scroller {