mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user