mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Before:  After:  Short message layout stays mostly unchanged: 
22 lines
387 B
SCSS
22 lines
387 B
SCSS
[data-content][data-identifier="user-status-message-tooltip"] {
|
|
.fk-d-tooltip__inner-content {
|
|
gap: 0.65em;
|
|
}
|
|
|
|
.emoji {
|
|
width: 1em;
|
|
height: 1em;
|
|
}
|
|
|
|
.user-status-message-description {
|
|
margin-left: 0.1rem;
|
|
color: var(--primary-800);
|
|
}
|
|
|
|
.user-status-tooltip-until {
|
|
color: var(--primary-medium);
|
|
white-space: nowrap;
|
|
margin-left: 0.15em;
|
|
}
|
|
}
|