Make prosemirror button nicer (#1946)

This commit is contained in:
Carlos Fernandez 2026-05-30 06:48:20 -04:00 committed by GitHub
parent 9487b07e43
commit a209b035c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
}
}
}