mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user