bugfixes
This commit is contained in:
parent
48b6a4baf6
commit
8c00a1628d
2 changed files with 7 additions and 1 deletions
|
@ -25,6 +25,11 @@ ul[data-list-id="guildsnav"] div[class^="scroller-"] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#channels ul {
|
||||||
|
height: unset !important;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
div[class^="messagesWrapper-"] div {
|
div[class^="messagesWrapper-"] div {
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
}
|
}
|
||||||
|
|
|
@ -67,7 +67,7 @@ div[aria-controls="partner-tab"],
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
column-gap: @gap;
|
column-gap: @gap;
|
||||||
row-gap: @gap / 2;
|
row-gap: (@gap / 2);
|
||||||
& > * {
|
& > * {
|
||||||
width: @el-width;
|
width: @el-width;
|
||||||
}
|
}
|
||||||
|
@ -81,6 +81,7 @@ div[aria-controls="partner-tab"],
|
||||||
.horiz-tab();
|
.horiz-tab();
|
||||||
& > div:first-child {
|
& > div:first-child {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
min-width: 512px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue