Make the footer have a consistant height

This commit is contained in:
Gabe Kangas
2023-01-13 00:28:05 -08:00
parent e784738184
commit 2c2dae9e00
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
flex-direction: row;
background-color: var(--theme-color-background-header);
width: 100%;
min-height: 30px;
color: var(--theme-color-components-text-on-dark);
font-family: var(--theme-text-body-font-family);