mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(post mobile): tooltip for title wasn't centered
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user