Adjustable font size for admin panel #10294
zatakiya
started this conversation in
Feature Requests & Ideas
Replies: 2 comments
-
need this too, need to make the font size smaller than |
Beta Was this translation helpful? Give feedback.
0 replies
-
Alternatively, you can simply change the font size (and most other visual properties) through your :root
{
--font-body: GitLabSans, system-ui;
--font-mono: GitLabMono, monospace;
--font-serif: GitLabSans, serif;
--font-body-size: 16px;
--font-body-size--sm: 14px;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some users finds font-size on admin panel too small. It would be a nice addon to make it adjustable.
A new Font Size field can be added under Payload Settings in admin panel's account view (Below Admin Theme field.)
Sharing UI idea for multi-step font size selector.

Beta Was this translation helpful? Give feedback.
All reactions