Fix UI after refactor.
This commit is contained in:
parent
e3182d4cf2
commit
9e4fdf7644
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user