mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #230 from keepassxreboot/css_adjustments
Popup CSS adjustments
This commit is contained in:
commit
e95ad704d0
1 changed files with 5 additions and 2 deletions
|
|
@ -1,12 +1,15 @@
|
|||
body {
|
||||
font-family: sans-serif;
|
||||
min-width: 440px;
|
||||
max-width: 440px;
|
||||
overflow-x: hidden;
|
||||
background-color: #eee;
|
||||
font-size: 15px;
|
||||
padding: 8px;
|
||||
}
|
||||
.container {
|
||||
min-width: 440px;
|
||||
max-width: 460px;
|
||||
width: auto;
|
||||
}
|
||||
.list-group {
|
||||
font-size: .9em !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue