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:
parent
59ac1de15d
commit
f98d11a0be
@ -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,
|
||||||
|
|||||||
@ -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%;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user