Skip to content

Commit

Permalink
UX: fix PM title editing layout (discourse#30233)
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot authored Dec 11, 2024
1 parent 601780a commit 9f68b03
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/assets/stylesheets/common/base/topic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9f68b03

Please sign in to comment.