Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit d0bea72

Browse files
ayshiffmanekinekko
authored andcommitted
feat(editor-container): update header style
1 parent 91f3e3d commit d0bea72

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

apps/xlayers/src/app/editor/code/editor-container/editor-container.component.css

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,21 @@
5050
}
5151
.mat-tab-group ::ng-deep .mat-tab-header {
5252
width: calc(100% - 220px);
53+
height: 70px;
54+
}
55+
.mat-tab-group ::ng-deep .mat-tab-header .mat-tab-label-container,
56+
.mat-tab-group
57+
::ng-deep
58+
.mat-tab-header
59+
.mat-tab-label-container
60+
.mat-tab-labels,
61+
.mat-tab-group
62+
::ng-deep
63+
.mat-tab-header
64+
.mat-tab-label-container
65+
.mat-tab-labels
66+
.mat-tab-label {
67+
height: 100%;
5368
}
5469
:host mat-icon {
5570
margin: 0 4px;
@@ -59,11 +74,9 @@
5974
right: 0;
6075
top: 0;
6176
z-index: 2;
77+
height: 70px;
6278
}
6379
.framework_selection .flex-container {
6480
display: flex;
65-
width: 100%;
66-
height: 100%;
6781
align-items: center;
68-
margin: 10px;
6982
}

0 commit comments

Comments
 (0)