editor: fix position of outline list bullet/arrow (#2555)

This commit is contained in:
Muhammad Ali
2023-05-20 08:03:39 +05:00
committed by GitHub
parent dd84b9ca2f
commit d2fd26abd5

View File

@@ -509,7 +509,7 @@ p > *::selection {
.outline-list li > p::before {
position: absolute;
top: 15%;
top: 4px;
cursor: pointer;
content: "";
background-size: 18px;