1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

restore popup back to original size

This commit is contained in:
Kyle Spearrin
2017-06-14 09:59:08 -04:00
parent 125cfe07e7
commit adb1ff8a6f

View File

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