mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 07:53:47 +08:00
UX: fix PM title editing layout (#30233)
This commit is contained in:
parent
601780aadf
commit
9f68b037d4
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user