mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-05 20:34:15 +02:00
Make prosemirror button nicer (#1946)
This commit is contained in:
parent
9487b07e43
commit
a209b035c8
1 changed files with 5 additions and 0 deletions
|
|
@ -41,5 +41,10 @@
|
||||||
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