Skip to content

Commit

Permalink
Fix bell and ellipsis icon alignment on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Mar 28, 2023
1 parent 8ddda8b commit 2fbeae9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### 1.3.1rc: 2023-03-28
### 1.3.1: 2023-03-28

* Fix regression in the mobile nav: Column-links not same height
* Fix bell icon alignment on mobile
* Fix ellipsis icon alignment on mobile

### 1.3.0: 2023-03-27

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.3.0",
"version": "1.3.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
9 changes: 2 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @[email protected]
1.3.1rc */
1.3.1 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -2529,14 +2529,9 @@ body.embed .button.logo-button:hover,
font-size: 27px;
}

.columns-area__panels__pane--navigational .column-link__icon.fa-bell::before {
position: relative;
top: 2px;
}

.columns-area__panels__pane--navigational .column-link__icon.fa-ellipsis-h {
position: relative;
top: -9px;
top: -4px;
}

.columns-area__panels__pane--navigational .column-link__icon.fa-users,
Expand Down

0 comments on commit 2fbeae9

Please sign in to comment.