[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: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 5 additions and 0 deletions

View File

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