Browse Source

resize popup to remove scrollbar when options activated

pull/342/head
Guillaume Vincent 7 years ago
parent
commit
5d3f8a7588
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      extension/popup.html

+ 2
- 2
extension/popup.html View File

@@ -8,8 +8,8 @@
<link rel="stylesheet" href="dist/lesspass.min.css"> <link rel="stylesheet" href="dist/lesspass.min.css">
<style> <style>
body { body {
width: 420px;
height: 480px;
width: 430px;
height: 490px;
} }


.loading { .loading {


Loading…
Cancel
Save