Skip to content

Commit

Permalink
Add hover transition for article-items
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Mar 12, 2023
1 parent 04abada commit b279b4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 1.1.8rc24: 2023-03-12
### 1.1.8rc25: 2023-03-12

* Remove width hack for mobile
* Add unit tests
Expand All @@ -20,6 +20,7 @@
* Add border radius to media
* Mark media with alt text missing with text "Alt text missing"
* Add embed input background color
* Add hover transition for article-items

### 1.1.7: 2023-03-11

Expand Down
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @[email protected]
v1.1.8rc24 */
v1.1.8rc25 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -683,6 +683,7 @@ a.status-card.compact .status-card__description {
border: 0;
}

.layout-single-column article,
.layout-single-column .status__prepend,
.layout-single-column .notification__message,
.layout-single-column .status {
Expand Down

0 comments on commit b279b4d

Please sign in to comment.