UX: fix PM title editing layout (#30233)

This commit is contained in:
Kris 2024-12-11 17:18:52 -05:00 committed by GitHub
parent 601780aadf
commit 9f68b037d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -260,11 +260,14 @@
min-width: 0;
.private-message-glyph {
position: absolute;
z-index: 1;
left: 0.75em;
top: 0.7em;
top: 1.2em;
.mobile-view & {
top: 1.1em;
}
}
#edit-title {
width: calc(100% - 50px);
padding-left: 2.25em;
}
.mini-tag-chooser {