Fix UI after refactor.

This commit is contained in:
Bill Thiede 2020-02-26 21:23:32 -08:00
parent e3182d4cf2
commit 9e4fdf7644

View File

@ -3,14 +3,16 @@ body, html, #root {
} }
#ui { #ui {
background-color: rgba(255, 255, 255, 0.5); top: 0;
bottom: 0;
line-height: 3em; line-height: 3em;
position: 'absolute'; position: absolute;
width: 100%; width: 100%;
height: 100%;
} }
#ui .meta { #ui .meta {
background-color: rgba(255, 255, 255, 0.5);
line-height: 3em;
text-align: center; text-align: center;
} }