File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export default function MonacoEditor(
8484
8585 return (
8686 < ControlledEditor
87- height = "calc(90vh )"
87+ height = "calc(82.5vh )"
8888 width = "95%"
8989 value = { value }
9090 theme = { theme }
Original file line number Diff line number Diff line change 7474body {
7575 padding : 0 ;
7676 margin : 0 ;
77- font-family : "Whitney Medium" , sans-serif;
77+ font-family : "Whitney Medium" , sans-serif!important ;
7878 height : 100% ;
7979 width : 100% ;
8080 overflow : hidden;
@@ -100,15 +100,16 @@ body .monaco-aria-container {
100100 border-top : 0.75rem solid # 2b2b2b ;
101101 padding-left : .5rem ;
102102 background-color : # 2b2b2b ;
103+ max-height : calc (82.5vh + 0.75rem );
103104}
104105
105106.maxed > section {
106- max-height : 85 .5vh ;
107+ max-height : 82 .5vh ;
107108}
108109
109110@media only screen and (max-width : 768px ) {
110111 .maxed > section {
111- max-height : calc (87 .5vh - 6rem );
112+ max-height : calc (82 .5vh - 6rem );
112113 }
113114}
114115
You can’t perform that action at this time.
0 commit comments