This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
resize popup to remove scrollbar when options activated
pull/342/head
Guillaume Vincent
7 years ago
parent
5943727388
commit
5d3f8a7588
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
extension/popup.html
+ 2
- 2
extension/popup.html
View File
@@ -8,8 +8,8 @@
<link rel="stylesheet" href="dist/lesspass.min.css">
<style>
body {
width: 4
2
0px;
height: 4
8
0px;
width: 4
3
0px;
height: 4
9
0px;
}
.loading {
Write
Preview
Loading…
Cancel
Save