slight CSS update
This commit is contained in:
@@ -581,6 +581,7 @@ span.instanceStatus {
|
|||||||
.channels {
|
.channels {
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
transition: height .2s ease-in-out;
|
transition: height .2s ease-in-out;
|
||||||
|
padding-left: 6px;
|
||||||
}
|
}
|
||||||
#channels > div > div:first-child {
|
#channels > div > div:first-child {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
@@ -592,7 +593,7 @@ span.instanceStatus {
|
|||||||
}
|
}
|
||||||
.channelbutton {
|
.channelbutton {
|
||||||
height: 2em;
|
height: 2em;
|
||||||
padding: 0 8px;
|
padding: 0 5px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: var(--primary-text-soft);
|
color: var(--primary-text-soft);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Reference in New Issue
Block a user