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 {
|
||||
width: 65px;
|
||||
height: 448px;
|
||||
min-height: 448px;
|
||||
height: calc(100vh - 64px);
|
||||
min-height: 600px;
|
||||
max-height: calc(100vh - 32px);
|
||||
align-self: flex-start;
|
||||
top: 96px;
|
||||
margin-top: clamp(72px, 13vh, 116px);
|
||||
top: 16px;
|
||||
z-index: 30;
|
||||
overflow: visible;
|
||||
transition: width 220ms ease;
|
||||
@@ -599,8 +599,8 @@ nextjs-portal {
|
||||
|
||||
.skg-board-rail__strip {
|
||||
width: 65px;
|
||||
height: 448px;
|
||||
min-height: 448px;
|
||||
height: 100%;
|
||||
min-height: 600px;
|
||||
border: 1px solid #383838;
|
||||
border-radius: 0 70px 70px 0;
|
||||
background:
|
||||
|
||||
Reference in New Issue
Block a user