Skip to content

Commit

Permalink
Fixed fa-fw (Federated) icon size for mobile view #37
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Jul 3, 2023
1 parent a366cd9 commit 599e9be
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
### 1.5.7-nightly: 2023-07-02
### 1.5.8rc1-nightly: 2023-07-02

* Add support for Mastodon 4.1.2-nightly-20230702
* Fix lists position on mobile
* Fixed fa-fw (Federated) icon size for mobile view #37 (thanks @itbeard!)

### 1.5.7: 2023-06-09

Expand Down
6 changes: 5 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.5.7-mastodon-4.1.2-nightly */
1.5.8rc1-nightly-mastodon-4.1.2-nightly */

/* CSS variables */
:root {
Expand Down Expand Up @@ -2889,6 +2889,10 @@ body.embed .button.logo-button:hover,
font-size: 24px;
}

.columns-area__panels__pane--navigational .column-link__icon.fa-fw {
font-size: 22px;
}

.columns-area__panels__pane--navigational .column-link__icon.fa-star,
.columns-area__panels__pane--navigational .column-link__icon.fa-bookmark,
.columns-area__panels__pane--navigational .column-link__icon.fa-bell {
Expand Down
6 changes: 5 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.5.7-mastodon-4.1.2-nightly */
1.5.8rc1-nightly-mastodon-4.1.2-nightly */

/* CSS variables */
:root {
Expand Down Expand Up @@ -2889,6 +2889,10 @@ body.embed .button.logo-button:hover,
font-size: 24px;
}

.columns-area__panels__pane--navigational .column-link__icon.fa-fw {
font-size: 22px;
}

.columns-area__panels__pane--navigational .column-link__icon.fa-star,
.columns-area__panels__pane--navigational .column-link__icon.fa-bookmark,
.columns-area__panels__pane--navigational .column-link__icon.fa-bell {
Expand Down

0 comments on commit 599e9be

Please sign in to comment.