From b5bfc680e7b850515202b3c59134f64af2d5cd3c Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 2 Apr 2019 17:56:48 -0700 Subject: [PATCH] GUACAMOLE-723: Size panel thumbnails vertically, not horizontally. --- .../main/webapp/app/client/styles/other-connections.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/guacamole/src/main/webapp/app/client/styles/other-connections.css b/guacamole/src/main/webapp/app/client/styles/other-connections.css index 855960dfb..899da231d 100644 --- a/guacamole/src/main/webapp/app/client/styles/other-connections.css +++ b/guacamole/src/main/webapp/app/client/styles/other-connections.css @@ -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;