style settings page; add bookmark editor page

This commit is contained in:
Jakob Ketterl
2021-02-13 17:08:56 +01:00
parent cda43b5c5c
commit 3e4ba42aab
5 changed files with 59 additions and 10 deletions

View File

@ -43,3 +43,14 @@ h1 {
max-height: 350px;
max-width: 100%;
}
.settings-grid > div {
padding: 20px;
}
.settings-grid .btn {
width: 100%;
height: 100px;
padding: 20px;
font-size: 1.2rem;
}