1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 11:13:46 +00:00

added gravatar photo to settings page. moved action items in vault listing to left side for better mobile access

This commit is contained in:
Kyle Spearrin
2016-01-07 23:00:44 -05:00
parent f68f3748d2
commit eab65f982e
3 changed files with 49 additions and 29 deletions

View File

@@ -77,6 +77,16 @@ form div.validation-errors ul {
}
}
@media screen and (min-width: @screen-sm-min) {
.settings-photo {
text-align: center;
img {
margin: 0 auto;
}
}
}
/* Buttons */
.btn-table {