1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

MInor workspace fixes (#1382)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-11-15 17:04:21 +03:00 committed by GitHub
parent 59ac1de15d
commit f98d11a0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -117,7 +117,7 @@ export class Workspaces extends React.Component {
const isEditing = this.editingWorkspaces.has(workspaceId); const isEditing = this.editingWorkspaces.has(workspaceId);
const editingWorkspace = this.editingWorkspaces.get(workspaceId); const editingWorkspace = this.editingWorkspaces.get(workspaceId);
const managed = !!ownerRef const managed = !!ownerRef
const className = cssNames("workspace flex gaps", { const className = cssNames("workspace flex gaps align-center", {
active: isActive, active: isActive,
editing: isEditing, editing: isEditing,
default: isDefault, default: isDefault,

View File

@ -3,6 +3,7 @@
position: relative; position: relative;
padding: $padding * 2; padding: $padding * 2;
width: 100%;
height: 100%; height: 100%;
display: grid; display: grid;
grid-template-columns: 1fr 40%; grid-template-columns: 1fr 40%;