mirror of
https://github.com/discourse/discourse.git
synced 2025-03-08 11:15:48 +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;
|
min-width: 0;
|
||||||
.private-message-glyph {
|
.private-message-glyph {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 1;
|
||||||
left: 0.75em;
|
left: 0.75em;
|
||||||
top: 0.7em;
|
top: 1.2em;
|
||||||
|
.mobile-view & {
|
||||||
|
top: 1.1em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#edit-title {
|
#edit-title {
|
||||||
width: calc(100% - 50px);
|
|
||||||
padding-left: 2.25em;
|
padding-left: 2.25em;
|
||||||
}
|
}
|
||||||
.mini-tag-chooser {
|
.mini-tag-chooser {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user