fix: block single letter pages + RTL admin label in dark mode fix

This commit is contained in:
Nick
2019-04-19 21:08:15 -04:00
parent 5b64c95117
commit 596833180e
2 changed files with 6 additions and 3 deletions

View File

@@ -112,7 +112,7 @@
v-list-tile-title(v-html='lc.name')
v-list-tile-sub-title(v-html='lc.nativeName')
v-list-tile-action(v-if='lc.isRTL')
v-chip(label, small).caption.grey--text.text--darken-2 RTL
v-chip(label, small, :class='$vuetify.dark ? `text--lighten-5` : `text--darken-2`').caption.grey--text RTL
v-list-tile-action(v-if='lc.isInstalled && lc.installDate < lc.updatedAt', @click='download(lc.code)')
v-icon.blue--text cached
v-list-tile-action(v-else-if='lc.isInstalled')