Skip to content

Commit

Permalink
Release 2.1.2rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Dec 24, 2024
1 parent 92c04af commit b875d43
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
### 2.1.2rc3: 2024-12-20
### 2.1.2rc4: 2024-12-24

* Fix media gallery with blurred image getting cut off

### 2.1.2rc3: 2024-12-20

* Fix double border on gifs

### 2.1.2rc2: 2024-12-15

* Fix search icon for 4.4.0-alpha.1+mementomods-2024-12-15 changes
Expand Down
7 changes: 6 additions & 1 deletion layout-multiple-columns.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @rolle@mementomori.social
2.1.2rc3 */
2.1.2rc4 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -3987,6 +3987,11 @@ body .compose-form .compose-form__uploads {
overflow: hidden;
}

/* Fix double border on media */
.layout-multiple-columns .media-gallery .media-gallery__item .media-gallery__gifv {
border: 0;
}

/* Exception for your own profile media gallery */
.layout-multiple-columns .account-gallery__container .media-gallery__gifv {
border-radius: 0;
Expand Down
7 changes: 6 additions & 1 deletion layout-single-column.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @rolle@mementomori.social
2.1.2rc3 */
2.1.2rc4 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -4284,6 +4284,11 @@ body .compose-form .compose-form__uploads {
overflow: hidden;
}

/* Fix double border on media */
.layout-single-column .media-gallery .media-gallery__item .media-gallery__gifv {
border: 0;
}

/* Exception for your own profile media gallery */
.layout-single-column .account-gallery__container .media-gallery__gifv {
border-radius: 0;
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.1.2rc3",
"version": "2.1.2rc4",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b875d43

Please sign in to comment.