mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Make prosemirror button nicer
This commit is contained in:
parent
ddf4747310
commit
5c12b95110
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue