UI: Padding adjustment to footer pop-over tabbed navigation
This commit is contained in:
parent
94a4b8980f
commit
0478883bb8
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user