GUACAMOLE-723: Size panel thumbnails vertically, not horizontally.

This commit is contained in:
Michael Jumper
2019-04-02 17:56:48 -07:00
parent cbd357c683
commit b5bfc680e7

View File

@@ -95,11 +95,16 @@
opacity: 0.5;
transition: opacity 0.25s;
width: 192px;
max-width: 30vw;
max-height: 128px;
vertical-align: middle;
}
#other-connections .client-panel-connection .thumbnail-main img {
max-width: none;
max-height: 128px;
}
#other-connections .client-panel-connection a[href]::before {
display: block;