fix: adjust border raduis
This commit is contained in:
@@ -223,6 +223,7 @@ const Playground: React.FC = () => {
|
||||
key="view-code-buttons"
|
||||
></ViewCodeButtons>
|
||||
}
|
||||
styles={{ containerWrapper: { padding: 0 } }}
|
||||
className={classNames('playground-container', {
|
||||
compare: activeKey === 'compare',
|
||||
chat: activeKey !== 'compare'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@HEADER_HEIGHT: 56px;
|
||||
@HEADER_HEIGHT: 0px;
|
||||
|
||||
.ground-left-wrapper {
|
||||
display: flex;
|
||||
@@ -11,7 +11,7 @@
|
||||
position: relative;
|
||||
height: calc(
|
||||
100vh - @HEADER_HEIGHT - var(--page-content-padding) -
|
||||
var(--page-header-height)
|
||||
var(--page-content-padding) - var(--page-header-height)
|
||||
);
|
||||
width: calc(100% - 390px);
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@HEADER_HEIGHT: 56px;
|
||||
@HEADER_HEIGHT: 0px;
|
||||
|
||||
.wrapper {
|
||||
position: relative;
|
||||
@@ -22,7 +22,7 @@
|
||||
width: 390px;
|
||||
padding-inline: 24px;
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
&.collapsed {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@HEADER_HEIGHT: 48px;
|
||||
@HEADER_HEIGHT: 0px;
|
||||
|
||||
.play-ground {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user