Merge pull request #230 from keepassxreboot/css_adjustments

Popup CSS adjustments
This commit is contained in:
Janek Bevendorff 2018-07-29 12:59:52 +02:00 committed by GitHub
commit e95ad704d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}