Rework user dropdown, redo mobile navigation, improve 'home' page (#342)

* Merge

* Mobile Navigation + home page fixes

* Remove debug line

* Fix "More" menu text
This commit is contained in:
Prospector
2022-01-17 20:49:10 -08:00
committed by GitHub
parent ff48f08241
commit 1345f996da
5 changed files with 470 additions and 358 deletions

View File

@@ -509,7 +509,7 @@ label {
-webkit-tap-highlight-color: transparent;
cursor: pointer;
&:focus {
outline: 0;
//outline: 0; Bad for accessibility
}
}

View File

@@ -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;