implement dialog to import personal bookmarks

This commit is contained in:
Jakob Ketterl
2021-03-30 18:19:23 +02:00
parent 620ba11565
commit 2d142e45ed
7 changed files with 108 additions and 37 deletions

View File

@ -80,7 +80,7 @@ h1 {
padding-right: 15px;
}
.bookmarks table .frequency {
.bookmarks table .frequency, .bookmark-list table .frequency {
text-align: right;
}
@ -90,6 +90,10 @@ h1 {
display: initial;
}
.bookmark-list table .form-check-input {
margin-left: 0;
}
.actions {
margin: 1rem 0;
}