From 3385d318bb228ce52c401b2f0ea699109dfd47ba Mon Sep 17 00:00:00 2001 From: ManuelPruebas Date: Tue, 31 Mar 2026 11:11:00 +0200 Subject: [PATCH] =?UTF-8?q?Men=C3=BA=20auxiliar=20'inputs-submenu'=20m?= =?UTF-8?q?=C3=B3vil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anemui-core/css/topbar.scss | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/anemui-core/css/topbar.scss b/anemui-core/css/topbar.scss index dbc04f8..e26b13d 100644 --- a/anemui-core/css/topbar.scss +++ b/anemui-core/css/topbar.scss @@ -361,9 +361,10 @@ // align-items: center; display: flex; - position: fixed; - bottom: 50px; - right: 10px; + position: absolute; + top: calc(100% + 8px); + left: 50%; + transform: translateX(-50%); width: fit-content; background-color: #4875b9fc; padding: 10px 1.2rem; @@ -375,6 +376,17 @@ border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.3); + .drag-handle { + cursor: grab; + color: rgba(255, 255, 255, 0.5); + font-size: 1.1em; + line-height: 1; + padding: 0 4px 4px 0; + align-self: flex-start; + user-select: none; + &:active { cursor: grabbing; } + } + li.inputDiv { background: transparent !important; box-shadow: none !important;