mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Fixed layout for Firefox
This commit is contained in:
parent
05162ebd59
commit
c698d27a29
@ -1,7 +1,9 @@
|
|||||||
body {
|
body {
|
||||||
cursor: none;
|
cursor: none;
|
||||||
margin: 60px;
|
margin: 60px;
|
||||||
position: relative;
|
position: absolute;
|
||||||
|
height: calc(100% - 120px);
|
||||||
|
width: calc(100% - 120px);
|
||||||
background: #000;
|
background: #000;
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
font-family: 'roboto_condensedregular', arial;
|
font-family: 'roboto_condensedregular', arial;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user