Skip to content

Commit

Permalink
Fix regression with verified labels on multiple column view
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Sep 23, 2023
1 parent 7a6abc2 commit ca5fe26
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
### 1.7.8rc4: 2023-09-24
### 1.7.8rc5: 2023-09-24

* Add profile icons for Ko-fi, Patreon, Paypal and Mastodon
* Add new profile icons to the advanced web interface
* Add verified badge styles to user listings
* Fix: Hide pipe from link icons if there is no textual label
* Fix regression with verified labels on multiple column view

### 1.7.7: 2023-09-23

Expand Down
14 changes: 4 additions & 10 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.7.8rc4 */
1.7.8rc5 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -2409,9 +2409,11 @@ body.embed .detailed-status__meta .detailed-status__link .fa-retweet,
.layout-multiple-columns .account__header__bio .account__header__fields dt {
color: var(--color-dim);
font-size: var(--font-size);
font-weight: var(--font-weight-regular);
text-transform: unset;
}

/* stylelint-disable-next-line no-duplicate-selectors */
/* stylelint-disable no-duplicate-selectors */
.layout-multiple-columns .account__header__bio .account__header__fields dl {
background-color: transparent;
border: 0;
Expand Down Expand Up @@ -3665,14 +3667,6 @@ body.embed .entry .detailed-status {
overflow: hidden;
}

/* Verified */
.layout-multiple-columns .account__header__fields .verified a,
.layout-multiple-columns .account__header__bio .account__header__fields .verified a,
.layout-multiple-columns .account__header__bio .account__header__fields .verified dd,
.layout-multiple-columns .account__header__bio .account__header__fields .verified dt {
color: var(--color-verified);
}

/* Destructive colors (For you -suggestions, users when focused to the follow button */
.layout-multiple-columns .button.logo-button.button--destructive:active,
.layout-multiple-columns .button.logo-button.button--destructive:focus {
Expand Down
2 changes: 1 addition & 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.8rc4 */
1.7.8rc5 */

/* CSS variables */
:root {
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.8rc4",
"version": "1.7.8rc5",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ca5fe26

Please sign in to comment.