Skip to content

Commit

Permalink
Reduce games list paddings (tkashkin#265)
Browse files Browse the repository at this point in the history
Former-commit-id: 5c2fccf
  • Loading branch information
tkashkin committed Jul 1, 2019
1 parent ec72d91 commit d3f1c5a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,15 @@ list:not(:backdrop) row:selected:focus label.category-label
padding: 0 3px;
}

.game-list-row
{
padding: 0;
outline: none;
}
.game-list-row .title
{
padding: 0;
}
.game-list-row .title.bold
{
font-weight: bold;
Expand All @@ -296,6 +305,7 @@ list:not(:backdrop) row:selected:focus label.category-label
{
font-size: 8pt;
opacity: 0.8;
padding: 0;
}

.game-list-row.dim
Expand Down

0 comments on commit d3f1c5a

Please sign in to comment.