Skip to content

Commit

Permalink
Fix position of lists icon on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Jul 3, 2023
1 parent 9676e07 commit 277386f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Fixed fa-fw (Federated) icon size for mobile view #37 (thanks @itbeard!)
* Fix glitches with sign up and follow notifications on 4.1.2-nightly-20230703
* Fix follow button in notifications
* Fix position of lists icon on mobile

### 1.5.7: 2023-06-09

Expand Down
2 changes: 1 addition & 1 deletion layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -3007,7 +3007,7 @@ body.embed .button.logo-button:hover,
}

/* Lists */
.layout-single-column .navigation-panel .column-link:nth-child(10) {
.layout-single-column .column-link[href="/lists"] {
order: 4;
}

Expand Down

0 comments on commit 277386f

Please sign in to comment.