Skip to content

Commit

Permalink
Fix video player border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Jul 5, 2023
1 parent ddf3651 commit 3948372
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
### 1.5.8rc7-nightly: 2023-07-05

* Fix video player border-radius

### 1.5.8rc6-nightly: 2023-07-05

* Fix regression with the advanced web interface for nightly (thanks @vmstan!)
* Add show/hide media icon button styles with border-radius (thanks @MikeHuntington!)
* Add border-radius as a CSS variable
* Add consistent border radius to alt badge
* Add --border-radius-badges CSS variable
* Make badges 12px from the edge
* Make badges a bit further from the edge

### 1.5.8rc5-nightly: 2023-07-04

Expand Down
6 changes: 3 additions & 3 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]
1.5.8rc6-nightly-mastodon-4.1.2-nightly */
1.5.8rc7-nightly-mastodon-4.1.2-nightly */

/* CSS variables */
:root {
Expand Down Expand Up @@ -3134,8 +3134,8 @@ body.embed .button.logo-button:hover,
/* Add border radius to media */
.layout-multiple-columns .media-gallery,
.layout-multiple-columns .audio-player,
.layout-multiple-columns .video-player video,
.layout-multiple-columns .media-gallery__gifv video,
.layout-multiple-columns .video-player,
.layout-multiple-columns .media-gallery__gifv,
.layout-multiple-columns .media-gallery__preview {
border-radius: var(--border-radius);
outline: 1px solid var(--color-border);
Expand Down
6 changes: 3 additions & 3 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]
1.5.8rc6-nightly-mastodon-4.1.2-nightly */
1.5.8rc7-nightly-mastodon-4.1.2-nightly */

/* CSS variables */
:root {
Expand Down Expand Up @@ -3094,8 +3094,8 @@ body.embed .button.logo-button:hover,
/* Add border radius to media */
.layout-single-column .media-gallery,
.layout-single-column .audio-player,
.layout-single-column .video-player video,
.layout-single-column .media-gallery__gifv video,
.layout-single-column .video-player,
.layout-single-column .media-gallery__gifv,
.layout-single-column .media-gallery__preview {
border-radius: var(--border-radius);
outline: 1px solid var(--color-border);
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": "1.5.8rc6-nightly",
"version": "1.5.8rc7-nightly",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3948372

Please sign in to comment.