Skip to content

Commit 6852b83

Browse files
committed
Change padding in mention icons
1 parent 0fabb28 commit 6852b83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/mention_icons.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
}
66
.mention:not(.iconMention-3WxjBe) {
77
font-family: Blank, var(--font-primary);
8-
padding: 0 2px 0 20px;
8+
padding: 0 2px 0 1.2rem;
99
}
1010
@supports (-moz-appearance: none) {
1111
.mention:not(.iconMention-3WxjBe) {
12-
padding: 1.5px 2px 1.5px 20px;
12+
padding: 1.5px 2px 1.5px 1.2rem;
1313
}
1414
}
1515
.mention:not(.iconMention-3WxjBe)::before {

0 commit comments

Comments
 (0)