forked from platypush/platypush
[UI] Expand Tab
width on mobile.
This commit is contained in:
parent
12f7b190b9
commit
3366732fa8
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@ export default {
|
|||
border-right: $default-border-2;
|
||||
cursor: pointer;
|
||||
|
||||
@include until($tablet) {
|
||||
flex-grow: 1;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
background: $selected-bg;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in a new issue