Fix lock button height

This commit is contained in:
varjolintu 2017-12-23 12:54:14 +02:00
parent c50ed4ea05
commit 24fcb882de
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "keepassxc-browser",
"version": "0.4.4",
"version": "0.4.5",
"description": "KeePassXC integration for modern web browsers",
"author": "Sami Vänttinen",
"icons": {

View file

@ -71,4 +71,5 @@ body {
}
#lock-database-button {
float: right;
height: 30px;
}