Added headless updates!
This commit is contained in:
12
dist/css/style.css
vendored
12
dist/css/style.css
vendored
@@ -9,7 +9,7 @@ body{
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
#env {
|
||||
@@ -239,6 +239,16 @@ button:hover{
|
||||
display: none;
|
||||
}
|
||||
|
||||
#headless-notification {
|
||||
display: none;
|
||||
position: fixed;
|
||||
color: white;
|
||||
font-size: 200px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
#minimize {
|
||||
margin: 10px;
|
||||
float: right;
|
||||
|
||||
Reference in New Issue
Block a user