diff --git a/assets/images/sidebar/home.svg b/assets/images/sidebar/home.svg new file mode 100644 index 000000000..a6b2e3807 --- /dev/null +++ b/assets/images/sidebar/home.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/styles/components.scss b/assets/styles/components.scss index 01d8d29e1..9cb66f847 100644 --- a/assets/styles/components.scss +++ b/assets/styles/components.scss @@ -509,7 +509,7 @@ label { -webkit-tap-highlight-color: transparent; cursor: pointer; &:focus { - outline: 0; + //outline: 0; Bad for accessibility } } diff --git a/assets/styles/global.scss b/assets/styles/global.scss index eec93e252..0f95ccf67 100644 --- a/assets/styles/global.scss +++ b/assets/styles/global.scss @@ -188,6 +188,7 @@ body { --size-rounded-tooltip: 0.25rem; --size-navbar-height: 3.5rem; + --size-mobile-navbar-height: 4rem; --spacing-card-lg: 1.5rem; --spacing-card-bg: 1rem; @@ -258,7 +259,7 @@ textarea { &:hover:not([disabled]) { background: var(--color-button-bg-hover); color: var(--color-text); - outline: none; + //outline: none; Bad for accessibility &::placeholder { color: var(--color-text); @@ -296,7 +297,7 @@ textarea { button { padding: 0.5rem 0; - outline: none; + //outline: none; Bad for accessibility color: var(--color-button-text); background-color: var(--color-button-bg); border: none; diff --git a/layouts/default.vue b/layouts/default.vue index 4588b1b7c..df9e0722c 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -4,16 +4,10 @@ +
+ + + Home + + + + Mods + + + + Modpacks + + +
+
+
+ + + + + + + + Create a project + + + + Settings + + + + Moderation + + + + Notifications + + + +
+
@@ -165,7 +221,7 @@

Legal

Terms Privacy - Content + Rules