fix: stretch workbench rail height
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -583,11 +583,11 @@ nextjs-portal {
|
|||||||
|
|
||||||
.skg-board-rail {
|
.skg-board-rail {
|
||||||
width: 65px;
|
width: 65px;
|
||||||
height: 448px;
|
height: calc(100vh - 64px);
|
||||||
min-height: 448px;
|
min-height: 600px;
|
||||||
|
max-height: calc(100vh - 32px);
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
top: 96px;
|
top: 16px;
|
||||||
margin-top: clamp(72px, 13vh, 116px);
|
|
||||||
z-index: 30;
|
z-index: 30;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
transition: width 220ms ease;
|
transition: width 220ms ease;
|
||||||
@@ -599,8 +599,8 @@ nextjs-portal {
|
|||||||
|
|
||||||
.skg-board-rail__strip {
|
.skg-board-rail__strip {
|
||||||
width: 65px;
|
width: 65px;
|
||||||
height: 448px;
|
height: 100%;
|
||||||
min-height: 448px;
|
min-height: 600px;
|
||||||
border: 1px solid #383838;
|
border: 1px solid #383838;
|
||||||
border-radius: 0 70px 70px 0;
|
border-radius: 0 70px 70px 0;
|
||||||
background:
|
background:
|
||||||
|
|||||||
Reference in New Issue
Block a user