Skip to content

Commit

Permalink
Minor UI bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amits97 committed Feb 10, 2024
1 parent 563db36 commit 614fdf3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "naadan-chords",
"version": "0.80.4",
"version": "0.80.5",
"homepage": "https://www.naadanchords.com/",
"private": true,
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions src/containers/Content.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@
float: none;
}

.Content .rating-comments-container.post-list {
float: none;
}

.Content .postList .post small span.separator {
display: inline-block;
margin: 0 5px;
Expand Down

0 comments on commit 614fdf3

Please sign in to comment.