mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-26 13:13:03 +00:00
ui tweaks
This commit is contained in:
parent
db9e588461
commit
bb07561bde
2 changed files with 3 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
<div class="mainContainer pt-1">
|
||||
|
||||
<v-card class="pb-5">
|
||||
<v-card-title>Theme</v-card-title>
|
||||
<v-card-title>Global Base Color</v-card-title>
|
||||
<v-row class="ml-3 mr-6">
|
||||
<section class="row">
|
||||
<v-switch
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<div style="padding-top: 1em;">
|
||||
<v-list-item v-for="(item, index) in settingsItems" :key="index">
|
||||
|
||||
<v-btn text class="entry text-left" :to="item.to" :disabled="item.disabled">
|
||||
<v-icon v-text="item.icon" size="30px" class="icon" />
|
||||
<v-btn text class="entry text-left text-capitalize" :to="item.to" :disabled="item.disabled">
|
||||
<v-icon v-text="item.icon" size="25px" class="icon" />
|
||||
{{ item.name }}
|
||||
</v-btn>
|
||||
|
||||
|
@ -15,7 +15,6 @@
|
|||
.entry {
|
||||
width: 100%;
|
||||
justify-content: left !important;
|
||||
font-size: 1.25em;
|
||||
padding: 1.5em 0.5em 1.5em 0.5em !important;
|
||||
}
|
||||
.icon {
|
||||
|
|
Loading…
Reference in a new issue