Skip to content

Commit

Permalink
Minor CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ghys committed Aug 22, 2016
1 parent 75522e6 commit 15f6118
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/style.css
Expand Up @@ -152,6 +152,10 @@ form {
text-align: right;
}

.box-content.switch {
padding-top: 0;
padding-bottom: 0;
}
.switch {
display: flex;
cursor: pointer;
Expand Down Expand Up @@ -270,6 +274,8 @@ form {
margin: auto;
filter: opacity(15%);
-webkit-filter: opacity(15%);
max-width: calc(100% - 20px);
/*max-height: calc(100% - 20px);*/
}

.icon-tile-backdrop.colorize {
Expand Down

0 comments on commit 15f6118

Please sign in to comment.