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

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