Skip to content

Commit

Permalink
Add dark banner styles for account-memorial-banner (thanks @DismalSha…
Browse files Browse the repository at this point in the history
…dowX!), follow-request-banner and moved-account-banners, Closes #94
  • Loading branch information
ronilaukkarinen committed Oct 4, 2023
1 parent 98d3fae commit c8d16bd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
### 1.7.9rc5: 2023-10-04
### 1.7.9: 2023-10-04

* Improve the visibility of column header borders in advanced view
* Fix border column-header color also in single column mode
* Ultra accessible theme improvements (Readme snippet)
* Add explore__search-results to transparent background color scope
* Add search-results__section__header to color scopes
* Fix collapsible border in tab header
* Make it easier to edit the gap of column-links by splitting the variables in two #86 (thanks @trankten!)
* Add dark banner styles for account-memorial-banner (thanks @DismalShadowX!), follow-request-banner and moved-account-banners, Closes #94

### 1.7.8: 2023-09-24

Expand Down
5 changes: 4 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 @[email protected]
1.7.9rc5 */
1.7.9 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -646,6 +646,9 @@ body.layout-multiple-columns {
}

/* Dark panels like modals and boxes */
.layout-multiple-columns .account-memorial-banner,
.layout-multiple-columns .follow-request-banner,
.layout-multiple-columns .moved-account-banner,
.layout-multiple-columns .column-select__menu *,
.layout-multiple-columns .column-select__menu,
.layout-multiple-columns .column-settings__hashtags .column-select__control,
Expand Down
5 changes: 4 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 @[email protected]
1.7.9rc5 */
1.7.9 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -672,6 +672,9 @@ body.layout-single-column {
}

/* Dark panels like modals and boxes */
.layout-single-column .account-memorial-banner,
.layout-single-column .follow-request-banner,
.layout-single-column .moved-account-banner,
.layout-single-column .about__meta,
.layout-single-column .about__section__title,
.layout-single-column .announcements,
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.7.9rc5",
"version": "1.7.9",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c8d16bd

Please sign in to comment.