Skip to content

Commit

Permalink
Fix profile button icon not horizontally centered
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Oct 9, 2023
1 parent 93caad3 commit b12c9de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 1 addition & 2 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.8.0rc2 */
1.8.0rc3 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -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;
Expand Down
3 changes: 1 addition & 2 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.8.0rc2 */
1.8.0rc3 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -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;
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.8.0rc2",
"version": "1.8.0rc3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b12c9de

Please sign in to comment.