UX: Fix the PM title icon alignment (#13214)

No extra margin to the left of the input, and the icon is one pixel lower.
This commit is contained in:
Jarek Radosz 2021-05-31 20:47:41 +02:00 committed by GitHub
parent 8085fc6d39
commit be92f4e959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,11 +224,6 @@ a.badge-category {
height: 0.95em; height: 0.95em;
} }
.private-message-glyph-wrapper {
float: left;
margin-right: 0.25em;
}
.private_message { .private_message {
#topic-title { #topic-title {
.edit-topic-title { .edit-topic-title {
@ -236,7 +231,7 @@ a.badge-category {
.private-message-glyph { .private-message-glyph {
position: absolute; position: absolute;
left: 0.75em; left: 0.75em;
top: 6px; top: 7px;
} }
#edit-title { #edit-title {
width: calc(100% - 50px); width: calc(100% - 50px);