From b12c9de2f664ac3cee573569f4d51545ebf51cfe Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Mon, 9 Oct 2023 20:01:21 +0300 Subject: [PATCH] Fix profile button icon not horizontally centered --- CHANGELOG.md | 3 ++- layout-multiple-columns.css | 3 +-- layout-single-column.css | 3 +-- package.json | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa543af..8681d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -### 1.8.0rc2: 2023-10-07 +### 1.8.0rc3: 2023-10-09 * Improve button border colors in ultra accessible theme * Do not animate when prefers-reduced-motion is set to reduce, Fixes #95 +* Fix profile button icon not horizontally centered ### 1.7.9: 2023-10-04 diff --git a/layout-multiple-columns.css b/layout-multiple-columns.css index dcd4627..e930a4e 100644 --- a/layout-multiple-columns.css +++ b/layout-multiple-columns.css @@ -1,5 +1,5 @@ /* Mastodon Bird UI by @rolle@mementomori.social - 1.8.0rc2 */ + 1.8.0rc3 */ /* CSS variables */ :root { @@ -2558,7 +2558,6 @@ body.embed .button.logo-button, /* stylelint-disable-next-line */ .layout-multiple-columns .account__header__tabs__buttons .icon-button { - align-items: center; border-bottom-left-radius: 9999px; border-bottom-right-radius: 9999px; border-top-left-radius: 9999px; diff --git a/layout-single-column.css b/layout-single-column.css index 89cda3b..87e4229 100644 --- a/layout-single-column.css +++ b/layout-single-column.css @@ -1,5 +1,5 @@ /* Mastodon Bird UI by @rolle@mementomori.social - 1.8.0rc2 */ + 1.8.0rc3 */ /* CSS variables */ :root { @@ -2574,7 +2574,6 @@ body.embed .button.logo-button, /* stylelint-disable-next-line */ .layout-single-column .account__header__tabs__buttons .icon-button { - align-items: center; border-bottom-left-radius: 9999px; border-bottom-right-radius: 9999px; border-top-left-radius: 9999px; diff --git a/package.json b/package.json index 55d3b94..c5daeea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mastodon-bird-ui", - "version": "1.8.0rc2", + "version": "1.8.0rc3", "description": "", "main": "index.js", "scripts": {