Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2020-01-10 02:51:33 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-01-10 02:51:33 +0300
commit3291f06e53af394574ff7cf69230c2d52c616d05 (patch)
tree3d9c162d4078bd50114fc25426c1beb33a74a688 /src/platform/chrome
parent9e6c72c85c01518d0fc3b18c039cd272250c4521 (diff)
Add chrome styles
Diffstat (limited to 'src/platform/chrome')
-rw-r--r--src/platform/chrome/scss/browser.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/platform/chrome/scss/browser.scss b/src/platform/chrome/scss/browser.scss
new file mode 100644
index 0000000..4032cba
--- /dev/null
+++ b/src/platform/chrome/scss/browser.scss
@@ -0,0 +1,5 @@
+body #options {
+ min-height: 400px;
+ max-width: 400px;
+ width: 400px;
+} \ No newline at end of file