1
0
mirror of https://github.com/fallenbagel/jellyseerr.git synced 2026-01-11 09:06:55 -05:00

refactor(ui): new menu design

This commit is contained in:
sct
2021-06-21 01:25:05 +09:00
committed by GitHub
parent db781bfc35
commit b71c07391a
6 changed files with 35 additions and 35 deletions

View File

@@ -19,8 +19,10 @@ body {
}
.sidebar {
@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%);
}
.slideover {