Skip to content

Commit 1387c66

Browse files
committed
Post Format CSS
1 parent cb0c926 commit 1387c66

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

assets/css/elsa.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,9 @@ p:has(.more-link) {
430430

431431
/* No Headline & Link in Archive */
432432

433-
.post-type-archive-ello .format-quote h1,
433+
.post-type-archive-ello .format-quote .elsa-titledate,
434434
.post-type-archive-ello .format-quote .elsa-aocb,
435+
.post-type-archive-ello .format-image .elsa-titledate,
435436
.post-type-archive-ello .format-image .elsa-aocb {
436437
display:none;
437438
}
@@ -455,11 +456,11 @@ p:has(.more-link) {
455456
.single-ello.single-format-quote .meta,
456457
.single-ello.single-format-quote .about,
457458
.single-ello.single-format-quote .wp-block-comments,
458-
.single-ello.single-format-image .h1,
459+
.single-ello.single-format-image h1,
459460
.single-ello.single-format-image .meta,
460461
.single-ello.single-format-image .about,
461462
.single-ello.single-format-image .wp-block-comments {
462-
display:none;
463+
display:none !important;
463464
}
464465

465466
/*

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ Release pending
173173
* Changed: Font Size (Toot Date)
174174
* Fixed: Spacing (Links without Block Container)
175175
* Fixed: Layout @ Wide Screen (Troets, Tweets)
176+
* Fixed: Post Format CSS
176177

177178
### 100
178179

0 commit comments

Comments
 (0)