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 { .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;