Parcourir la source

resize popup to remove scrollbar when options activated

pull/342/head
Guillaume Vincent il y a 7 ans
Parent
révision
5d3f8a7588
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      extension/popup.html

+ 2
- 2
extension/popup.html Voir le fichier

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

.loading {


Chargement…
Annuler
Enregistrer