From 1d83307b8cda27b0a0e450e9de0e177a51c410b5 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 17 Aug 2021 02:11:18 -0700 Subject: [PATCH] GUACAMOLE-1398: Explicitly fit guac-tiled-clients directive to available space. The CSS rule expanding the guac-tiled-clients directive to fit the viewport was not properly updated when the elements and classes involved were changed via c9900434c443f46429970d1e73c238c3a5382ece. The "tiled-client-list" class was previously used to represent the root element of the set of tiled clients, but that element was replaced with the "guac-tiled-clients" directive. --- guacamole/src/main/frontend/src/app/client/styles/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/src/main/frontend/src/app/client/styles/client.css b/guacamole/src/main/frontend/src/app/client/styles/client.css index 59e37b1ca..4d452980b 100644 --- a/guacamole/src/main/frontend/src/app/client/styles/client.css +++ b/guacamole/src/main/frontend/src/app/client/styles/client.css @@ -103,7 +103,7 @@ body.client { flex: 0 0 auto; } -.client-view .client-body .tiled-client-list { +.client-view .client-body guac-tiled-clients { position: absolute; left: 0;