fix sidebar channel button

This commit is contained in:
hippoz 2022-12-01 19:44:32 +02:00
parent 0f5093b6bb
commit ce5116e452
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -53,6 +53,10 @@
<style>
.sidebar-channel-buttons {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
flex-shrink: 0;
margin-left: auto;
}