mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 00:47:46 -06:00
UX: Tweak the mention padding (#26492)
…to prevent them from overlapping/touching when placed on consecutive lines of text
This commit is contained in:
parent
cafdc29806
commit
570e3f7a1a
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user