mirror of
https://github.com/discourse/discourse.git
synced 2025-06-13 01:46:29 +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 {
|
#topic-title {
|
||||||
.edit-topic-title {
|
.edit-topic-title {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
min-width: 0;
|
||||||
.private-message-glyph {
|
.private-message-glyph {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0.75em;
|
left: 0.75em;
|
||||||
top: 7px;
|
top: 0.7em;
|
||||||
}
|
}
|
||||||
#edit-title {
|
#edit-title {
|
||||||
width: calc(100% - 50px);
|
width: calc(100% - 50px);
|
||||||
|
Reference in New Issue
Block a user