Add box icons to note menu

This commit is contained in:
SiriusXT 2024-11-19 14:03:30 +08:00
parent 0ba883ce2f
commit f7b1c3fee3

View File

@ -21,6 +21,9 @@ const TPL = `
}
.note-actions .dropdown-item .bx {
position: relative;
top: 3px;
font-size: 120%;
margin-right: 5px;
}