Skip to content

Commit 7532d39

Browse files
committed
style: update plugin repository icon and increase compact FAB icon size
1 parent 5cc9bf7 commit 7532d39

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/styles/common.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,11 +302,11 @@ html.v-overlay-scroll-blocked body {
302302
}
303303

304304
.compact-fab--primary .v-icon {
305-
font-size: 1.5rem !important;
305+
font-size: 1.75rem !important;
306306
}
307307

308308
.compact-fab--secondary .v-icon {
309-
font-size: 1.5rem !important;
309+
font-size: 1.75rem !important;
310310
}
311311

312312
@media (hover: hover) {

src/views/setting/AccountSettingSystem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ onDeactivated(() => {
14651465
:label="t('setting.system.pluginLocalRepoPaths')"
14661466
:hint="t('setting.system.pluginLocalRepoPathsHint')"
14671467
persistent-hint
1468-
prepend-inner-icon="mdi-folder-code"
1468+
prepend-inner-icon="mdi-folder"
14691469
/>
14701470
</VCol>
14711471
<VCol cols="12" md="6">

0 commit comments

Comments
 (0)