Skip to content

Commit

Permalink
Fix imageless article cards don't display correctly, Fixes #137
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Nov 10, 2024
1 parent af42c2b commit cd4b8e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.0.6rc3: 2024-11-10

* Fix imageless article cards don't display correctly, Fixes #137 (thanks @AlternateRT!)

### 2.0.6rc2: 2024-11-10

* Fix numbered heart animation in advanced view (thanks @stedi!)
Expand Down
7 changes: 1 addition & 6 deletions layout-multiple-columns.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @[email protected]
2.0.6rc2 */
2.0.6rc3 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -669,11 +669,6 @@ body.layout-multiple-columns {
display: inherit;
}

/* Hide empty status cards alltogether (Mastodon 4.1.5-2023-07-29) */
.layout-multiple-columns .status-card:has(.icon-file-text) {
display: none;
}

/* Hide empty YouTube description */
.layout-multiple-columns .status-card__description:empty {
display: none;
Expand Down
7 changes: 1 addition & 6 deletions layout-single-column.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @[email protected]
2.0.6rc2 */
2.0.6rc3 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -685,11 +685,6 @@ body.layout-single-column {
display: inherit;
}

/* Hide empty status cards alltogether (Mastodon 4.1.5-2023-07-29) */
.layout-single-column .status-card:has(.icon-file-text) {
display: none;
}

/* Hide empty YouTube description */
.layout-single-column .status-card__description:empty {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mastodon-bird-ui",
"version": "2.0.6rc2",
"version": "2.0.6rc3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit cd4b8e3

Please sign in to comment.