Fixed thumbnail for high DPI screens

This commit is contained in:
Jonathan Wong 2015-08-25 12:31:36 -07:00
commit c5237547cf
2 changed files with 9 additions and 4 deletions

View file

@ -1682,6 +1682,11 @@ input[type="color"],
.history-title .popover.right .popover-content {
padding: 5px 8px;
}
.history-thumbnail {
background-position: center;
background-size: cover;
width: 80px;
}
.edit-user-toggles {
padding-right: 10px;
}