diff --git a/manifest.json b/manifest.json index f28fa12..e78d160 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 3, - "version": "0.3.6", + "version": "0.4.0", "name": "Django Files", "description": "Django Files Web Extension designed to work with github.com/django-files/django-files.", "homepage_url": "https://github.com/django-files/web-extension", diff --git a/src/css/main.css b/src/css/main.css index 36b47d4..5cf9112 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -5,3 +5,7 @@ svg { width: 1em; margin-bottom: 0.15em; } + +#toast-container { + z-index: 4; +} diff --git a/src/css/options.css b/src/css/options.css index f4ba43c..1b6159c 100644 --- a/src/css/options.css +++ b/src/css/options.css @@ -21,7 +21,7 @@ video { } .card { - min-width: 380px; + min-width: 400px; } .card, diff --git a/src/css/popup.css b/src/css/popup.css index 6ee0bd5..e105491 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -1,7 +1,7 @@ /* CSS for popup.html */ body { - width: 380px; + width: 400px; overflow-x: hidden; } @@ -14,6 +14,7 @@ body { background-color: #303030; } -#toast-container { - z-index: 4; +ul.dropdown-menu { + max-width: 320px; + min-width: 180px; } diff --git a/src/html/popup.html b/src/html/popup.html index be817bb..d75d85e 100644 --- a/src/html/popup.html +++ b/src/html/popup.html @@ -24,10 +24,10 @@
-
- +
@@ -57,42 +57,113 @@

Django Files

- + -
Recent Uploads
CopyFile URLDelete
MenuFile URL
-
+
- + + + + +
+ + + +