Skip to content

Commit

Permalink
Improve more icon in mobile when logged out, fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Sep 29, 2024
1 parent 82a66be commit 500b644
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.0.0rc54: 2024-09-29

* Improve more icon in mobile when logged out, fix alignment

### 2.0.0rc53: 2024-09-29

* Make list nav an overlay menu instead of block nav to keep it tight
Expand Down
6 changes: 4 additions & 2 deletions layout-multiple-columns.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @rolle@mementomori.social
2.0.0rc53 */
2.0.0rc54 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -3724,8 +3724,8 @@ body.embed .button.logo-button:hover,
}

.columns-area__panels__pane--navigational .column-link__icon.icon-ellipsis-h {
background-image: var(--icon-more);
position: relative;
top: -4px;
}

.layout-multiple-columns .columns-area__panels__main > div,
Expand Down Expand Up @@ -3797,6 +3797,8 @@ body.embed .button.logo-button:hover,
}

.layout-multiple-columns .navigation-panel .navigation-panel__legal {
display: flex;
justify-content: center;
order: 999;
text-align: center;
}
Expand Down
6 changes: 4 additions & 2 deletions layout-single-column.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @rolle@mementomori.social
2.0.0rc53 */
2.0.0rc54 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -4078,8 +4078,8 @@ body.embed .button.logo-button:hover,
}

.columns-area__panels__pane--navigational .column-link__icon.icon-ellipsis-h {
background-image: var(--icon-more);
position: relative;
top: -4px;
}

.layout-single-column .columns-area__panels__main > div,
Expand Down Expand Up @@ -4151,6 +4151,8 @@ body.embed .button.logo-button:hover,
}

.layout-single-column .navigation-panel .navigation-panel__legal {
display: flex;
justify-content: center;
order: 999;
text-align: center;
}
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": "2.0.0rc53",
"version": "2.0.0rc54",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 500b644

Please sign in to comment.