Skip to content

Commit 67610b6

Browse files
committed
[core] Update sidecar layout
1 parent c5274bd commit 67610b6

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

frontend/express/public/stylesheets/vue/clyvue.scss

+20-5
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,6 @@
17881788
}
17891789
&__right-sidecar {
17901790
height: 100%;
1791-
position: absolute;
17921791
right: 0;
17931792
}
17941793
&__steps-view {
@@ -1799,9 +1798,26 @@
17991798
}
18001799

18011800
&.has-right-sidecar {
1801+
display: flex;
1802+
flex-direction: row;
1803+
18021804
.cly-vue-drawer__steps-view {
1803-
left: 0;
1804-
right: unset;
1805+
position: relative;
1806+
flex-grow: 1;
1807+
display: flex;
1808+
justify-content: center;
1809+
}
1810+
1811+
.cly-vue-drawer__steps-container {
1812+
position: relative;
1813+
}
1814+
1815+
.cly-vue-drawer__steps-wrapper {
1816+
max-width: 840px;
1817+
}
1818+
1819+
.cly-vue-drawer__right-sidecar {
1820+
max-width: 480px;
18051821
}
18061822
}
18071823

@@ -1834,7 +1850,7 @@
18341850
}
18351851

18361852
}
1837-
.cly-vue-drawer__sidecars-view, .cly-vue-drawer__right-sidecar {
1853+
.cly-vue-drawer__sidecars-view {
18381854
@if $i == 12 {
18391855
width: 0%;
18401856
}
@@ -4330,7 +4346,6 @@
43304346
margin-left: 10px;
43314347
}
43324348
}
4333-
<<<<<<< HEAD
43344349
}
43354350

43364351

0 commit comments

Comments
 (0)