Add db_path to settings page

This commit is contained in:
2023-05-28 15:34:27 +08:00
parent 993de92e34
commit 5d2d911d1a
5 changed files with 25 additions and 8 deletions

View File

@@ -14,14 +14,10 @@
}
.main {
position: fixed;
position: relative;
top: 64px;
}
.settings {
width: 100vw;
}
.settings div.text {
width: 100%;
}
@@ -39,3 +35,11 @@
.settings #s-cookies .mdc-text-field {
min-width: 50%;
}
.settings div.text.helper {
display: flex;
}
.settings div.text.helper label {
margin-top: 14px;
}