Skip to content

Commit

Permalink
Fix mark as read and sidebar toggle button padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Feb 1, 2017
1 parent 25c737c commit 440aef5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions css/style.css

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

2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ $feeds-list-toggle-transition: transform 0.3s;

.folder__item,
.feed__item {
padding-left: 0.8em;
padding-right: 1em;
padding-left: 0.4rem;
padding-right: 0.8rem;
}
.feed {
padding: 4px 0;
Expand All @@ -350,7 +350,7 @@ $feeds-list-toggle-transition: transform 0.3s;
}

.mark-as-read {
padding-right: 0;
padding: 0 0.4rem;
font-size: 0.8em;
@extend %button-focused;

Expand Down

0 comments on commit 440aef5

Please sign in to comment.