enhance: increase bullet border width when its block was selected

This commit is contained in:
Tienson Qin
2023-12-29 17:01:32 +08:00
parent 0dd5584010
commit ca4f0d4c04

View File

@@ -377,7 +377,7 @@
}
.bullet-container .selected {
border: 1px solid;
border: 3px solid;
}
}