mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
editor: fix position of outline list bullet/arrow (#2555)
This commit is contained in:
@@ -509,7 +509,7 @@ p > *::selection {
|
||||
|
||||
.outline-list li > p::before {
|
||||
position: absolute;
|
||||
top: 15%;
|
||||
top: 4px;
|
||||
cursor: pointer;
|
||||
content: "";
|
||||
background-size: 18px;
|
||||
|
||||
Reference in New Issue
Block a user