mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 07:46:15 -04:00
feat: fixed icons width in sidebar
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
583ce878d2
commit
cffbfe3e39
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
<v-list-item v-for="item in section.child" :key="item.text" :to="item.path">
|
<v-list-item v-for="item in section.child" :key="item.text" :to="item.path">
|
||||||
<v-list-item-action>
|
<v-list-item-action>
|
||||||
<v-icon>{{ item.icon }}</v-icon>
|
<v-icon style="width: 1.25em">{{ item.icon }}</v-icon>
|
||||||
</v-list-item-action>
|
</v-list-item-action>
|
||||||
<v-list-item-content>
|
<v-list-item-content>
|
||||||
<v-list-item-title>
|
<v-list-item-title>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue