fix(post mobile): tooltip for title wasn't centered

This commit is contained in:
Tom (plebeius.eth)
2024-09-04 16:35:47 +02:00
parent fcd1ce65fb
commit ca0020f2c5
2 changed files with 16 additions and 10 deletions
+4 -1
View File
@@ -303,13 +303,16 @@
padding: 0 13px;
}
.postMobile .nameBlock .subjectWrapper {
display: block;
}
.postMobile .nameBlock .subject {
color: var(--post-mobile-subject-text-color);
font-weight: var(--post-mobile-subject-font-weight);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
.postMobile .dateTimePostNum {