refactor(ui): tweak styling of sidebar & user profile quota display (#1823)

* refactor(ui): tweak styling of sidebar & user profile quota display

* refactor(ui): adjust sidebar gradient to match theme color

Co-authored-by: sct <ryan@sct.dev>
This commit is contained in:
TheCatLady
2021-06-23 03:38:07 -04:00
committed by GitHub
parent 25b5c6ebb5
commit 4eab2fea73
4 changed files with 15 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ body {
@apply border-r border-gray-700;
padding-top: env(safe-area-inset-top);
padding-left: env(safe-area-inset-left);
background: linear-gradient(180deg, #232a36 0%, #131928 100%);
background: linear-gradient(180deg, rgba(31, 41, 55, 1) 0%, #131928 100%);
}
.slideover {