[UI] Expand Tab width on mobile.

This commit is contained in:
Fabio Manganiello 2023-10-17 02:08:09 +02:00
parent 12f7b190b9
commit 3366732fa8
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -40,6 +40,11 @@ export default {
border-right: $default-border-2; border-right: $default-border-2;
cursor: pointer; cursor: pointer;
@include until($tablet) {
flex-grow: 1;
justify-content: center;
}
&.selected { &.selected {
background: $selected-bg; background: $selected-bg;
font-weight: bold; font-weight: bold;