mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
UX: align PM icon when editing title, allow shrink-to-fit (#29570)
This commit is contained in:
@ -324,10 +324,11 @@
|
||||
#topic-title {
|
||||
.edit-topic-title {
|
||||
position: relative;
|
||||
min-width: 0;
|
||||
.private-message-glyph {
|
||||
position: absolute;
|
||||
left: 0.75em;
|
||||
top: 7px;
|
||||
top: 0.7em;
|
||||
}
|
||||
#edit-title {
|
||||
width: calc(100% - 50px);
|
||||
|
Reference in New Issue
Block a user