Fix UI after refactor.
This commit is contained in:
parent
e3182d4cf2
commit
9e4fdf7644
@ -3,14 +3,16 @@ body, html, #root {
|
||||
}
|
||||
|
||||
#ui {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
line-height: 3em;
|
||||
position: 'absolute';
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#ui .meta {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
line-height: 3em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user