massive redesign and voice sort of barely works

This commit is contained in:
hippoz 2021-06-02 04:43:38 +03:00
parent ced60c44e1
commit bb1893a59f
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -9,24 +9,25 @@
padding: 5px;
margin: 5px;
border: 0px;
min-height: 25px;
flex-shrink: 0;
&-channel {
@extend .button;
box-shadow: none;
border-radius: var(--channel-button-border-radius);
width: 200px;
min-height: 40px;
margin: 4px;
padding: 2px;
color: var(--darker-text-color);
}
&-pressed {
@extend .button;
background-color: var(--button-selected-color);
color: var(--default-text-color);
}
}