UI: Padding adjustment to footer pop-over tabbed navigation

This commit is contained in:
Pablo Vazquez 2022-07-05 19:58:56 +02:00
parent 94a4b8980f
commit 0478883bb8

View File

@ -49,7 +49,7 @@ footer {
bottom: var(--grid-gap);
box-shadow: 0 0 5rem rgba(0, 0, 0, .66), 0 0 1.33rem rgba(0, 0, 0, .66);
left: var(--grid-gap);
padding: var(--spacer-sm);
padding: var(--spacer-xs) var(--spacer-sm) var(--spacer-sm);
position: fixed;
right: var(--grid-gap);
}