From c4c5ffff9b3e113a6f3eeae65129a430c170623f Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sat, 14 Sep 2024 22:49:53 +1200 Subject: [PATCH] Tweak UI styling --- client/homebrew/editor/snippetbar/snippetbar.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index 0b38b6afd..c2649a13c 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -57,12 +57,13 @@ .tooltipLeft('History'); font-size : 0.75em; color : grey; + position : relative; &.active { color : inherit; - &>.dropdown { visibility: visible; } } - &:hover>.dropdown { visibility: visible; } - + &>.dropdown{ + right : -1px; + } } &.editorTheme { .tooltipLeft('Editor Themes');