From 5c12b9511031aeacd387f67877299ac08942cccb Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Fri, 29 May 2026 15:18:33 -0400 Subject: [PATCH] Make prosemirror button nicer --- styles/less/global/prose-mirror.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/less/global/prose-mirror.less b/styles/less/global/prose-mirror.less index 8412235d..e4b1249f 100644 --- a/styles/less/global/prose-mirror.less +++ b/styles/less/global/prose-mirror.less @@ -40,6 +40,11 @@ ul { list-style: disc; } + } + // Fixes centering and makes it not render over scrollbar + &:hover button.toggle:enabled { + display: flex; + right: 12px; } } }