Add a small, minimal popup tray for future expansion.
This commit is contained in:
20
static/css/interact.css
Normal file
20
static/css/interact.css
Normal file
@@ -0,0 +1,20 @@
|
||||
#server-interaction {
|
||||
position:fixed;
|
||||
bottom: 0%;
|
||||
right: 0%;
|
||||
}
|
||||
|
||||
#server-interaction .drawer {
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#server-interaction .canvas {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#server-interaction .drawer .drawer-label {
|
||||
font-weight: bold;
|
||||
padding: 10px;
|
||||
}
|
Reference in New Issue
Block a user