mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-24 18:43:51 +08:00
Before:  After:  Short message layout stays mostly unchanged: 
21 lines
387 B
SCSS
Vendored
21 lines
387 B
SCSS
Vendored
[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;
|
|
}
|
|
}
|