From 4ab42f27f12a53161fbdda929693bedb014e012c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Thu, 27 Aug 2026 19:46:32 +0200 Subject: [PATCH] finishing style --- .../editor/settingsEditor/settingsEditor.jsx | 4 +++- client/homebrew/editor/uiEditor.less | 23 +++++++++++++++---- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/client/homebrew/editor/settingsEditor/settingsEditor.jsx b/client/homebrew/editor/settingsEditor/settingsEditor.jsx index 2f1eda02f..1cd6b3784 100644 --- a/client/homebrew/editor/settingsEditor/settingsEditor.jsx +++ b/client/homebrew/editor/settingsEditor/settingsEditor.jsx @@ -127,9 +127,11 @@ const SettingsEditor = ({ settings, updateSettings = ()=>{} })=>{
+
+ from 9px to 30px .value { flex : 1 1 auto; width : 50px; - justify-self: end; &[data-tooltip-right] { max-width : 380px; } &:invalid { background : #FFB9B9; } small { @@ -70,9 +69,13 @@ line-height : 1.4em; } - input[type='checkbox'] { - display:block; - margin-left:auto; + small { + width:fit-content; + margin-inline:5px; + } + input[type='checkbox'], input[type='number'] { + float:right; + text-align:end; } } input[type='text'], textarea { @@ -381,7 +384,17 @@ .settingsEditor .field { + border-bottom:1px solid black; + padding-bottom:10px; + + .value { + + display:flex; + justify-content: end; + } + > label { - width:200px; + width:fit-content; + max-width:calc(100% - 200px); } } \ No newline at end of file