메인 프레임 박스 제거
This commit is contained in:
@@ -277,11 +277,11 @@ a {
|
||||
.dashboard-main {
|
||||
flex: 1;
|
||||
min-height: calc(100vh - 88px);
|
||||
padding: 14px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.main-stage {
|
||||
height: calc(100vh - 116px);
|
||||
height: calc(100vh - 88px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
@@ -289,10 +289,6 @@ a {
|
||||
.stage-frame {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
border-radius: 28px;
|
||||
border: 1px solid rgba(148, 163, 184, 0.26);
|
||||
background: rgba(255, 255, 255, 0.85);
|
||||
box-shadow: var(--shadow);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -344,10 +340,10 @@ a {
|
||||
|
||||
@media (max-width: 720px) {
|
||||
.dashboard-main {
|
||||
padding: 10px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.main-stage {
|
||||
height: calc(100vh - 108px);
|
||||
height: calc(100vh - 88px);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user