Skip to content

Commit be8ea97

Browse files
committed
centralize panel on maximize
1 parent e1faeed commit be8ea97

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

libs/remix-ui/app/src/lib/remix-app/style/remix-app.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ pre {
5050
padding-bottom : 1.4rem;
5151
}
5252
.right-panel-maximized {
53-
width : 100% !important;
54-
flex : 1;
53+
width : 50% !important;
54+
max-width : 50%;
55+
margin : 0 auto;
56+
flex : none;
5557
}
5658
.highlightcode {
5759
position : absolute;

0 commit comments

Comments
 (0)