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 c9900434c4. 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.
This commit is contained in:
Michael Jumper
2021-08-17 02:11:18 -07:00
parent 8d15ada126
commit 1d83307b8c

View File

@@ -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;