Sfoglia il codice sorgente

resize popup to remove scrollbar when options activated

pull/342/head
Guillaume Vincent 7 anni fa
parent
commit
5d3f8a7588
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      extension/popup.html

+ 2
- 2
extension/popup.html Vedi File

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

.loading {


Caricamento…
Annulla
Salva