mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Fix lock button height
This commit is contained in:
parent
c50ed4ea05
commit
24fcb882de
2 changed files with 2 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -71,4 +71,5 @@ body {
|
|||
}
|
||||
#lock-database-button {
|
||||
float: right;
|
||||
height: 30px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue