diff --git a/startpage.html b/startpage.html index 0bb9a43..00e4041 100644 --- a/startpage.html +++ b/startpage.html @@ -69,6 +69,7 @@ align-self: flex-end; height: 25rem; + width: 40rem; overflow: scroll; } @@ -99,12 +100,17 @@ font-weight: bold; text-decoration: underline; } + + .tabContent { + display: none; + flex-direction: column; + padding-left: 1rem; + padding-right: 1rem; + } + a.visited { color: black; } - #ioTab { - flex-shrink: 1; - } #containers { padding-left: .25rem; @@ -112,17 +118,8 @@ /* * SETTINGS PAGES */ - form, - #instructionsForm { - display: none; - flex-direction: column; - } - .formTitle { - margin-bottom: 1rem; - text-decoration: underline; - font-style: italic; - align-self: center; - } + + label { align-self: start; } @@ -143,7 +140,6 @@ margin: 0 0 0 0; padding: .5rem 0rem .5rem .5rem; - width: 100%; } .expandableMenuToggle.active, .expandableMenuToggle:hover { background-color: rgba(213, 205, 205, 1); @@ -170,14 +166,17 @@ } .containerListing { + border: 1px solid black; + margin-bottom: .5rem; } .manageButtons { display: flex; - flex-direction: reow; + flex-direction: row; justify-content: space-between; - margin: 1rem 0rem; + align-items: center; + padding: 1rem 0rem; } .bookmarkListingContainer { display: flex; @@ -214,6 +213,11 @@ input[type="color"] { width: 4rem; } + button { + border: none; + border-radius: 50px; + padding: .25rem .5rem .25rem .5rem; + } .bookmarkListingButtons { } @@ -227,10 +231,9 @@ .bookmarkDeleteButton { } - .bookmarkDeleteButton:hover { + .deleteButton:hover { background-color: rgba(173, 165, 165, 0.8); color: red; - cursor: pointer; } hr { @@ -268,14 +271,8 @@ -
you are now editing the page!
@@ -365,7 +362,11 @@
there are some keyboard shortcuts for your convenience:
"e" = enables editing mode
esc = disables editing mode (and saves page)
- "1"-"4" = jump between settings box tabs
+ "1"-"4" = jump between settings box tabs
+
+ if you've accidentally pressed down on a "delete" button and want to
+ cancel, you can hit escape before releasing the mouse button to save
+ your progress and prevent your thing from being deleted.
floating text:
@@ -377,136 +378,142 @@