mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Add db_path to settings page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user