We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc9bf7 commit 7532d39Copy full SHA for 7532d39
2 files changed
src/styles/common.scss
@@ -302,11 +302,11 @@ html.v-overlay-scroll-blocked body {
302
}
303
304
.compact-fab--primary .v-icon {
305
- font-size: 1.5rem !important;
+ font-size: 1.75rem !important;
306
307
308
.compact-fab--secondary .v-icon {
309
310
311
312
@media (hover: hover) {
src/views/setting/AccountSettingSystem.vue
@@ -1465,7 +1465,7 @@ onDeactivated(() => {
1465
:label="t('setting.system.pluginLocalRepoPaths')"
1466
:hint="t('setting.system.pluginLocalRepoPathsHint')"
1467
persistent-hint
1468
- prepend-inner-icon="mdi-folder-code"
+ prepend-inner-icon="mdi-folder"
1469
/>
1470
</VCol>
1471
<VCol cols="12" md="6">
0 commit comments