slight CSS update

This commit is contained in:
MathMan05 2024-10-29 20:34:21 -05:00
parent c8e3125c5d
commit d955499227

View file

@ -581,6 +581,7 @@ span.instanceStatus {
.channels {
overflow-y: hidden;
transition: height .2s ease-in-out;
padding-left: 6px;
}
#channels > div > div:first-child {
margin-top: 8px;
@ -592,7 +593,7 @@ span.instanceStatus {
}
.channelbutton {
height: 2em;
padding: 0 8px;
padding: 0 5px;
background: transparent;
color: var(--primary-text-soft);
display: flex;