UX: align PM icon when editing title, allow shrink-to-fit (#29570)

This commit is contained in:
Kris 2024-11-04 10:31:11 -05:00 committed by GitHub
parent 380974ce00
commit d853b5384b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);