mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-723: Size panel thumbnails vertically, not horizontally.
This commit is contained in:
@@ -95,11 +95,16 @@
|
|||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
transition: opacity 0.25s;
|
transition: opacity 0.25s;
|
||||||
|
|
||||||
width: 192px;
|
max-height: 128px;
|
||||||
max-width: 30vw;
|
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 {
|
#other-connections .client-panel-connection a[href]::before {
|
||||||
|
|
||||||
display: block;
|
display: block;
|
||||||
|
Reference in New Issue
Block a user