From b59e67174a605a02045bc1dc85a821add2aea616 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 25 Feb 2019 15:32:33 +0100 Subject: Fix public folder listing switch label position --- frontend/css/style.css | 4 ++++ frontend/index.html | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/css/style.css b/frontend/css/style.css index 3233715..901de34 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -78,6 +78,10 @@ a:hover, a:focus { padding: 7px; } +.el-switch__label { + height: auto; +} + /* welcome and 404 page */ .container-center { display: flex; diff --git a/frontend/index.html b/frontend/index.html index 76b10e1..b3a6bba 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -61,8 +61,7 @@ Public Folder Listing - - + WebDAV Endpoint {{ origin }}/_webdav/ -- cgit v1.2.3