Commit b59e6717 by Johannes Zellner

Fix public folder listing switch label position

1 parent ca5a757f
Showing with 5 additions and 2 deletions
......@@ -78,6 +78,10 @@ a:hover, a:focus {
padding: 7px;
}
.el-switch__label {
height: auto;
}
/* welcome and 404 page */
.container-center {
display: flex;
......
......@@ -61,8 +61,7 @@
<el-dropdown-menu slot="dropdown">
<el-dropdown-item disabled>Public Folder Listing</el-dropdown-item>
<el-dropdown-item command="folderListing">
<el-switch v-model="folderListingEnabled" active-text="Enabled" inactive-text="Disabled">
</el-switch>
<el-switch v-model="folderListingEnabled" active-text="Enabled" inactive-text="Disabled"></el-switch>
</el-dropdown-item>
<el-dropdown-item disabled divided>WebDAV Endpoint</el-dropdown-item>
<el-dropdown-item><a href="/_webdav/" target="_blank">{{ origin }}/_webdav/</a></el-dropdown-item>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!