Mise à jour de Monitor.py et autres scripts
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#deck-container {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
#deck-container canvas {
|
||||
z-index: 1;
|
||||
background: {{css_background_color or 'none'}};
|
||||
}
|
||||
Reference in New Issue
Block a user