mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -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,
|
.d-icon,
|
||||||
.hashtag-icon-placeholder {
|
.hashtag-icon-placeholder {
|
||||||
font-size: var(--font-down-2);
|
font-size: var(--font-down-2);
|
||||||
margin: 0 0.33em 0 0.1em;
|
margin: 0 0.3em 0 0;
|
||||||
vertical-align: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img.emoji {
|
img.emoji {
|
||||||
|
@ -257,7 +257,7 @@ $hpad: 0.65em;
|
|||||||
font-size: 0.93em;
|
font-size: 0.93em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
padding: 0.16em 0.4em 0.2em;
|
padding: 0.14em 0.34em 0.19em;
|
||||||
background: var(--primary-low);
|
background: var(--primary-low);
|
||||||
border-radius: 0.6em;
|
border-radius: 0.6em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user