add shadow to channel selector
This commit is contained in:
parent
35dc4f3b9a
commit
c2c9949f25
1 changed files with 2 additions and 0 deletions
|
@ -4561,6 +4561,8 @@ footer {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 7px rgba(0,8,14,.13);
|
||||
|
||||
&.is-hidden {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue