fix(post): title would wrap incorrectly in posts with no image/thumbnail

This commit is contained in:
Tom (plebeius.eth)
2025-02-05 15:55:08 +01:00
parent 4f2308fa94
commit 0e6796002c
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -29,6 +29,10 @@
float: left;
}
.hideButtonWrapperNoImage {
height: 25px !important;
}
.postDesktop .hideButton {
background-repeat: no-repeat;
background-position: center;