This commit is contained in:
Er2 2022-04-17 16:51:06 +03:00
parent 48b6a4baf6
commit 8c00a1628d
2 changed files with 7 additions and 1 deletions

View File

@ -25,6 +25,11 @@ ul[data-list-id="guildsnav"] div[class^="scroller-"] {
}
}
#channels ul {
height: unset !important;
margin-bottom: 8px;
}
div[class^="messagesWrapper-"] div {
scrollbar-width: thin;
}

View File

@ -67,7 +67,7 @@ div[aria-controls="partner-tab"],
display: flex;
flex-flow: row wrap;
column-gap: @gap;
row-gap: @gap / 2;
row-gap: (@gap / 2);
& > * {
width: @el-width;
}
@ -81,6 +81,7 @@ div[aria-controls="partner-tab"],
.horiz-tab();
& > div:first-child {
width: 50%;
min-width: 512px;
}
}