larger mobile topic list badges

This commit is contained in:
Kris 2018-07-27 13:10:13 -04:00
parent 5f1fd0019b
commit 60b2c3207e

View File

@ -152,9 +152,9 @@
position: relative; position: relative;
display: inline-block; display: inline-block;
top: -1px; top: -1px;
font-size: $font-down-1; font-size: $font-0;
line-height: $line-height-small; line-height: $line-height-small;
padding: 0.25em 0.45em; padding: 0.15em 0.4em 0.2em 0.4em;
i { i {
color: $secondary; color: $secondary;
} }
@ -482,7 +482,7 @@ button.dismiss-read {
// base defines extra padding for easier click/top of title field // base defines extra padding for easier click/top of title field
// this is a bit too much for mobile // this is a bit too much for mobile
td .main-link { td .main-link {
width: 79%; width: 78%;
display: inline-block; display: inline-block;
a.title { a.title {
padding: 5px 10px 5px 0; padding: 5px 10px 5px 0;