diff --git a/startpage.html b/startpage.html index 54003ac..aaabe9a 100644 --- a/startpage.html +++ b/startpage.html @@ -106,7 +106,6 @@ } input { align-self: flex-end; - width: 100%; } input[type="checkbox"], input[type="radio"] { @@ -152,6 +151,21 @@ justify-content: space-between; } + .containerOptionListing { + display: flex; + justify-content: space-between; + } + + input { + width: 4rem; + } + input[type="text"] { + width: 4rem; + } + input[type="color"] { + width: 4rem; + } + .bookmarkListingButtons { } @@ -284,16 +298,12 @@
@@ -716,7 +728,7 @@ loadBookmarkListings() { if (Object.keys(this.sections).length == 0) { let bookmarkListings = document.getElementById(this.id + "-bookmark-menu--listings"); - bookmarkListings.innerHTML = "(no bookmarks)"; + bookmarkListings.innerHTML = "(you have no bookmarks)"; return; } @@ -826,16 +838,29 @@ @@ -846,20 +871,36 @@