diff --git a/startpage.html b/startpage.html
index a2e2cb5..bdb771e 100644
--- a/startpage.html
+++ b/startpage.html
@@ -62,7 +62,6 @@
border: solid black 2px;
border-radius: 10px;
- padding: 10px;
display: block;
@@ -77,10 +76,14 @@
* SETTINGS TABS
*/
#tabList {
- display: block;
+ display: flex;
+ justify-content: space-between;
+ position: sticky;
+ top: 0;
+ background-color: rgba(173, 165, 165, 1);
+ padding: 5px 5px 5px 5px;
+
border-bottom: solid 2px black;
- padding-bottom: 10px;
- margin-bottom: 10px;
}
.tab {
@@ -103,6 +106,9 @@
flex-shrink: 1;
}
+ #containers {
+ padding-left: .25rem;
+ }
/*
* SETTINGS PAGES
*/
@@ -239,211 +245,213 @@