add shadow to channel selector

This commit is contained in:
Felix Niklas 2016-03-11 15:07:01 +01:00
parent 35dc4f3b9a
commit c2c9949f25

View file

@ -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;