From 3b9259578308a8123652c2c459b8b278c196d10a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rane=20Hyvo=CC=88nen?= Date: Mon, 12 Feb 2024 11:31:04 +0100 Subject: [PATCH] fix(ui): adjust editor ui font and padding sizes --- frontend/theme/extras/main.less | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/frontend/theme/extras/main.less b/frontend/theme/extras/main.less index 3c1ef4a..e9df902 100644 --- a/frontend/theme/extras/main.less +++ b/frontend/theme/extras/main.less @@ -481,6 +481,22 @@ button.gdpr-privacy-show-banner { border-color: #000; } +.ui.input.editor-link input { + font-size: 18px; +} + +.ui.small.header { + font-size: 16px !important; +} + +.ui.medium.header { + font-size: 24px !important; +} + +.content{ + padding: 0px !important; +} + picture.volto-image { noscript { position: absolute;