Tweak information button size

This commit is contained in:
N-Pex 2025-07-03 18:17:43 +02:00
parent 995f20b8e5
commit 114c09eb50
2 changed files with 4 additions and 1 deletions

View file

@ -235,6 +235,9 @@ $hiliteColor: #4642f1;
.info-button { .info-button {
background-color: $backgroundDark !important; background-color: $backgroundDark !important;
margin: 0; margin: 0;
width: 44px !important;
height: 44px !important;
border-radius: 22px !important;
} }
} }

View file

@ -90,7 +90,7 @@
<v-btn <v-btn
class="info-button clickable" class="info-button clickable"
icon="$vuetify.icons.ic_share_settings" icon="$vuetify.icons.ic_share_settings"
size="default" size="44"
elevation="0" elevation="0"
color="black" color="black"
@click.stop="showInformation" @click.stop="showInformation"