0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-26 13:13:03 +00:00

ui tweaks

This commit is contained in:
Kenny 2022-03-14 13:24:47 -04:00
parent db9e588461
commit bb07561bde
2 changed files with 3 additions and 4 deletions

View file

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

View file

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