Merge branch 'appearance-tab' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2024-06-19 22:53:12 +03:00
commit 1093a94674
5 changed files with 11 additions and 8 deletions

View file

@ -11,7 +11,8 @@ export default {
'RichContent',
'Input',
'Avatar',
'Attachment'
'Attachment',
'PollGraph'
],
defaultRules: []
}

View file

@ -62,7 +62,7 @@
path="navbarSize"
step="0.1"
:units="['px', 'rem']"
:reset-default="{ 'px': 64, 'rem': 3.5 }"
:reset-default="{ 'px': 55, 'rem': 3.5 }"
>
{{ $t('settings.navbar_size') }}
</UnitSetting>
@ -73,7 +73,7 @@
path="panelHeaderSize"
step="0.1"
:units="['px', 'rem']"
:reset-default="{ 'px': 64, 'rem': 3.2 }"
:reset-default="{ 'px': 52, 'rem': 3.2 }"
timed-apply-mode
>
{{ $t('settings.panel_header_size') }}