Various style tweaks (#412)

* nav list sizing

* less contrast on table load progress

* new data model icon
This commit is contained in:
Ben Haynes
2020-04-14 10:17:20 -04:00
committed by GitHub
parent 2e3be51832
commit 57562cffc4
5 changed files with 5 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
<style lang="scss" scoped>
.v-list-item-content {
--v-list-item-content-padding: 12px 0;
--v-list-item-content-padding: 9px 0;
display: flex;
flex-basis: 0;

View File

@@ -382,6 +382,7 @@ export default defineComponent({
.v-progress-linear {
--v-progress-linear-height: 2px;
--v-progress-linear-color: var(--border-normal-alt);
position: relative;
top: -2px;

View File

@@ -26,7 +26,7 @@ export default defineComponent({
to: `/${currentProjectKey.value}/settings/global`,
},
{
icon: 'account_tree',
icon: 'list_alt',
name: i18n.t('settings_data_model'),
to: `/${currentProjectKey.value}/settings/data-model`,
},

View File

@@ -2,7 +2,7 @@
<private-view :title="$t('settings_data_model')">
<template #title-outer:prepend>
<v-button class="header-icon" rounded disabled icon secondary>
<v-icon name="account_tree" />
<v-icon name="list_alt" />
</v-button>
</template>

View File

@@ -2,7 +2,7 @@
<private-view :title="collectionInfo.name">
<template #title-outer:prepend>
<v-button class="header-icon" rounded disabled icon secondary>
<v-icon name="account_tree" />
<v-icon name="list_alt" />
</v-button>
</template>