mirror of
https://github.com/directus/directus.git
synced 2026-01-28 01:48:09 -05:00
Various style tweaks (#412)
* nav list sizing * less contrast on table load progress * new data model icon
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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`,
|
||||
},
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user