Skip to content

Commit

Permalink
More consistent icon sizes for mobile bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Mar 9, 2023
1 parent 3a43869 commit 1921f40
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### [Unreleased]
### 1.0.5: 2023-03-09

* Improve unread notification style to be more subtle without left border
* Add accent color to home icon in notifications
Expand All @@ -9,6 +9,7 @@
* Fix direct message indicator on detailed status
* Poll color improvements
* Fix profile suggestion styles
* More consistent icon sizes for mobile bar

### 1.0.4: 2023-03-09

Expand Down
11 changes: 10 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1521,10 +1521,19 @@ a.status-card.compact .status-card__description {
background-color: transparent !important;
}

.columns-area__panels__pane--navigational .column-link__icon {
.columns-area__panels__pane--navigational .column-link__icon.fa-home {
font-size: 27px;
}

.columns-area__panels__pane--navigational .column-link__icon.fa-users,
.columns-area__panels__pane--navigational .column-link__icon.fa-bell {
font-size: 20px;
}

.columns-area__panels__pane--navigational .column-link__icon {
font-size: 24px;
}

.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 1921f40

Please sign in to comment.