Fix horizontal scroll and layout in Android 4.4.2

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-22 15:55:23 -03:00
commit dc37bcc28e
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 5 additions and 4 deletions

View file

@ -71,14 +71,15 @@
right: 0px !important;
}
.item-toggle .toggle {
right: 28px;
.item {
margin: 0;
border: none;
border-bottom: 1px solid #E9E9EC;
}
.toggle-label {
color: rgb(41, 55, 68);
font-size: 14px;
margin-left: 5px;
}
button, .button {

View file

@ -111,7 +111,7 @@ h4.title a {
}
.preferences ul li {
padding: 13px 20px;
padding: 16px 10px 16px 16px;
border-bottom: 1px solid #E9E9EC;
}