Fix bottom border radius on status card preview cards
This commit is contained in:
parent
4c2647b60a
commit
bba691e437
@ -1,4 +1,4 @@
|
||||
### 1.6.7rc3-nightly: 2023-07-26
|
||||
### 1.6.7rc4-nightly: 2023-07-26
|
||||
|
||||
* Add support for mastodon 4.1.5+nightly-2023-07-25
|
||||
* Add font-weights as CSS variables
|
||||
@ -7,6 +7,7 @@
|
||||
* Fix status card hover and styles for YouTube cards
|
||||
* Fix changed class for .status-card__image
|
||||
* Add color for empty preview card
|
||||
* Fix bottom border radius on status card preview cards
|
||||
|
||||
### 1.6.6-nightly: 2023-07-25
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Mastodon Bird UI by @rolle@mementomori.social
|
||||
1.6.7rc3-nightly */
|
||||
1.6.7rc4-nightly */
|
||||
|
||||
/* CSS variables */
|
||||
:root {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Mastodon Bird UI by @rolle@mementomori.social
|
||||
1.6.7rc3-nightly */
|
||||
1.6.7rc4-nightly */
|
||||
|
||||
/* CSS variables */
|
||||
:root {
|
||||
@ -534,6 +534,8 @@ body.layout-single-column {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.layout-single-column .status-card__image-image,
|
||||
.layout-single-column .status-card__image-preview,
|
||||
.layout-single-column .status-card .status-card__image {
|
||||
background-color: var(--color-arsenic);
|
||||
border-radius: 0;
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mastodon-bird-ui",
|
||||
"version": "1.6.7rc3-nightly",
|
||||
"version": "1.6.7rc4-nightly",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user