Tweak information button size
This commit is contained in:
parent
995f20b8e5
commit
114c09eb50
2 changed files with 4 additions and 1 deletions
|
|
@ -235,6 +235,9 @@ $hiliteColor: #4642f1;
|
|||
.info-button {
|
||||
background-color: $backgroundDark !important;
|
||||
margin: 0;
|
||||
width: 44px !important;
|
||||
height: 44px !important;
|
||||
border-radius: 22px !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@
|
|||
<v-btn
|
||||
class="info-button clickable"
|
||||
icon="$vuetify.icons.ic_share_settings"
|
||||
size="default"
|
||||
size="44"
|
||||
elevation="0"
|
||||
color="black"
|
||||
@click.stop="showInformation"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue