Skip to content

Commit

Permalink
Bigger mark as read button on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Jan 10, 2019
1 parent 1d32209 commit 32dd198
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 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.

5 changes: 3 additions & 2 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,9 @@ $article-action-padding: 0.6em;
cursor: pointer;

@media( $breakpoint-max ) {
padding: 0.9em 0px;
width: 2em;
padding: 0.9em 0.5em 3em 1em;
width: 15%;
height: 100%;
}
}

Expand Down

0 comments on commit 32dd198

Please sign in to comment.