1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-16 02:17:24 +02:00

made popup larger size

This commit is contained in:
Kyle Spearrin 2017-06-13 12:05:41 -04:00
parent 6e9d4e8d6e
commit a7c560b23e

View File

@ -11,8 +11,8 @@ html {
}
body {
width: 320px !important;
height: 568px !important;
width: 375px !important;
height: 667px !important;
background-color: @background-color;
overflow: hidden;
}