Skip to content

Commit

Permalink
Fix some style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
parksb committed Feb 4, 2024
1 parent a987e9a commit c340d6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ div.container h2 {
margin: 0 0 1rem 0;
}

div.scrollable{
div.scrollable {
margin-bottom: 70px;
overflow: auto;
}
4 changes: 4 additions & 0 deletions src/styles/Feeds.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ div.feeds-page ul.feed-list > li {
margin-bottom: .5rem;
}

div.feeds-page ul.feed-list > li > .row {
align-items: center;
}

div.feeds-page ul.feed-list > li > small {
display: block;
font-size: .8rem;
Expand Down
1 change: 1 addition & 0 deletions src/styles/Items.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ div.items-page div.item-list {

div.items-page div.item-list div.controls-container {
margin-bottom: 1rem;
align-items: center;
}

div.items-page div.item-list > ul {
Expand Down

0 comments on commit c340d6a

Please sign in to comment.