mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 19:46:55 +08:00
UX: align PM icon when editing title, allow shrink-to-fit (#29570)
This commit is contained in:
parent
380974ce00
commit
d853b5384b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user