fix sidebar channel button
This commit is contained in:
parent
0f5093b6bb
commit
ce5116e452
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.sidebar-channel-buttons {
|
.sidebar-channel-buttons {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: row;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue