diff options
| author | Onestay <[email protected]> | 2017-04-23 15:19:10 +0200 |
|---|---|---|
| committer | Onestay <[email protected]> | 2017-04-23 15:19:10 +0200 |
| commit | b9fd64c620f1cd47ce2e2532c86a4dc0448e87eb (patch) | |
| tree | f66852d631e66357890ad4b9f11df4dd35808e66 /pages | |
| parent | Add none option (diff) | |
| download | host.fuwn.me-b9fd64c620f1cd47ce2e2532c86a4dc0448e87eb.tar.xz host.fuwn.me-b9fd64c620f1cd47ce2e2532c86a4dc0448e87eb.zip | |
added a bit of styling
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/home.html b/pages/home.html index dd11d22..82433a5 100644 --- a/pages/home.html +++ b/pages/home.html @@ -57,7 +57,7 @@ <a id="loginToUpload" href="/auth" class="button is-danger">Running in private mode. Log in to upload.</a> <div class="field" id="albumDiv" style="display: none"> <label class="label">Album</label> - <p class="control"> + <p class="control select-wrapper"> <span class="select"> <select> <option value="">None</option> |