UX: Tweak the mention padding (#26492)

…to prevent them from overlapping/touching when placed on consecutive lines of text
This commit is contained in:
Jarek Radosz 2024-04-05 22:23:37 +02:00 committed by GitHub
parent cafdc29806
commit 570e3f7a1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -32,8 +32,7 @@ a.hashtag {
.d-icon,
.hashtag-icon-placeholder {
font-size: var(--font-down-2);
margin: 0 0.33em 0 0.1em;
vertical-align: inherit;
margin: 0 0.3em 0 0;
}
img.emoji {

View File

@ -257,7 +257,7 @@ $hpad: 0.65em;
font-size: 0.93em;
font-weight: normal;
color: var(--primary);
padding: 0.16em 0.4em 0.2em;
padding: 0.14em 0.34em 0.19em;
background: var(--primary-low);
border-radius: 0.6em;
text-decoration: none;