nes.css improvements, fix for camerainfo
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
}
|
||||
|
||||
aside {
|
||||
background: gray;
|
||||
background: #212529;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
|
||||
|
||||
Vendored
+5
-9
@@ -162,15 +162,12 @@ video#myCamVideo{
|
||||
.btn-cam-action div{
|
||||
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
|
||||
position: absolute;
|
||||
border: solid 0px black;
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
background: #666;
|
||||
box-shadow: 2px 2px 24px #444;
|
||||
border-radius: 48px;
|
||||
width: auto;
|
||||
transform: translateY(20px);
|
||||
transition-timing-function: ease-in-out;
|
||||
bottom: 20px;
|
||||
pointer-events: none;
|
||||
}
|
||||
.btn-cam-action div.disabled {
|
||||
background: #d75555;
|
||||
@@ -209,11 +206,10 @@ video#myCamVideo{
|
||||
}
|
||||
.btn-cam-action div img{
|
||||
height: 22px;
|
||||
width: 30px;
|
||||
top: calc(48px - 37px);
|
||||
left: calc(48px - 41px);
|
||||
width: auto;
|
||||
position: relative;
|
||||
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
/* Spinner */
|
||||
@@ -1124,7 +1120,7 @@ div.action p.action-body{
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
text-align: center;
|
||||
max-width: 250px;
|
||||
max-width: 350px;
|
||||
}
|
||||
.popUpElement{
|
||||
font-family: 'Press Start 2P';
|
||||
|
||||
Reference in New Issue
Block a user