Skip to content

Commit

Permalink
Fix issues with the nav bar in 2024-11-09
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Nov 10, 2024
1 parent 561e0c4 commit 5b8f38a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 2.0.6rc: 2024-11-10

* Fix issues with the nav bar in 2024-11-09
* More unified background and borders in the settings boxes
* Use active color instead of rotate in settings icon
* Fix navigation issues in nightly 2024-11-09
* Remove stylelint recommended, fix unknown rule

### 2.0.5: 2024-11-10

* Add unit test to test for CSS syntax errors #141
Expand Down
2 changes: 1 addition & 1 deletion 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.5 */
2.0.6rc */

/* CSS variables */
:root {
Expand Down
2 changes: 1 addition & 1 deletion 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.5 */
2.0.6rc */

/* CSS variables */
:root {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mastodon-bird-ui",
"version": "2.0.5",
"version": "2.0.6rc",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -20,4 +20,4 @@
"stylelint-order": "^6.0.3"
},
"dependencies": {}
}
}

0 comments on commit 5b8f38a

Please sign in to comment.