Make prosemirror button nicer

This commit is contained in:
Carlos Fernandez 2026-05-29 15:18:33 -04:00
parent ddf4747310
commit 5c12b95110

View file

@ -41,5 +41,10 @@
list-style: disc;
}
}
// Fixes centering and makes it not render over scrollbar
&:hover button.toggle:enabled {
display: flex;
right: 12px;
}
}
}