parent
302895cdf3
commit
c12e5b2b54
|
@ -663,6 +663,9 @@ select:active {
|
||||||
:root:not(.noVNC_connected) #noVNC_clipboard_button {
|
:root:not(.noVNC_connected) #noVNC_clipboard_button {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
:root:not(.noVNC_connected) #noVNC_clipboard {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#noVNC_clipboard {
|
#noVNC_clipboard {
|
||||||
/* Full screen, minus padding and left and right margins */
|
/* Full screen, minus padding and left and right margins */
|
||||||
max-width: calc(100vw - 2*15px - 75px - 25px);
|
max-width: calc(100vw - 2*15px - 75px - 25px);
|
||||||
|
|
Loading…
Reference in New Issue