Skip to content

Commit f508be7

Browse files
committed
fix: update bookmark icon size when the editor area is zoomed in and out
1 parent 5e46ce5 commit f508be7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/styles/Extn-Bookmarks.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.bookmark-icon {
2-
width: 12px;
3-
height: 12px;
2+
width: 0.75em;
3+
height: 0.75em;
44
display: flex;
55
align-items: center;
66
justify-content: center;
77
cursor: pointer;
8-
margin-left: 2px;
9-
margin-top: 2px;
8+
margin-left: 0.2em;
9+
margin-top: 0.35em;
1010

1111
svg {
1212
width: 100%;

0 commit comments

Comments
 (0)