firefox style tweaks

This commit is contained in:
Kyle Spearrin 2016-09-10 23:43:49 -04:00
parent a3b3e58e94
commit 8fc611e4a5
2 changed files with 7 additions and 1 deletions

View File

@ -185,7 +185,10 @@
}
&:last-child {
border: none;
&:before {
border: none;
height: 0;
}
}
&:hover {
@ -232,10 +235,12 @@
display: inline;
width: initial;
font-weight: normal;
float: left;
}
input[type="checkbox"] {
float: right;
display: inline-block;
}
}
}

View File

@ -7,6 +7,7 @@ body {
width: 320px;
height: 568px;
background-color: @background-color;
overflow: hidden;
}
.main-view {