@@ -244,7 +244,7 @@ path.blocklyPath.blockly-ws-search-highlight.blockly-ws-search-current {
244244/* Layout Styles */
245245# maincontent {
246246 width : 100vw ;
247- height : calc (100vh - 40 px );
247+ height : calc (100vh - 50 px );
248248 display : flex;
249249 margin : 0 ;
250250 gap : 0 ;
@@ -258,16 +258,19 @@ path.blocklyPath.blockly-ws-search-highlight.blockly-ws-search-current {
258258
259259# menu {
260260 display : flex;
261- height : 40px ;
261+ height : 50px ;
262+ min-height : 50px ;
263+ max-height : 50px ;
262264 align-items : center;
263265 justify-content : space-between;
264266 max-width : 100vw ;
265- gap : 10 px ;
267+ gap : 5 px ;
266268 z-index : 10 ;
267269 background-color : rgba (255 , 255 , 255 , 0.9 );
268- padding : 4 px 8px ;
270+ padding : 8 px 8px 5 px 0 ;
269271 border-radius : 5px ;
270272 box-shadow : 0px 0px 10px rgba (0 , 0 , 0 , 0.1 );
273+ box-sizing : border-box;
271274}
272275
273276# menuleft ,
@@ -279,7 +282,7 @@ path.blocklyPath.blockly-ws-search-highlight.blockly-ws-search-current {
279282
280283# codePanelButtons {
281284 display : flex;
282- height : 40 px ;
285+ height : 50 px ;
283286 justify-content : space-between;
284287 flex-shrink : 0 ;
285288 border : none;
@@ -288,7 +291,7 @@ path.blocklyPath.blockly-ws-search-highlight.blockly-ws-search-current {
288291/* Buttons */
289292.bigbutton {
290293 display : inline-block;
291- margin : 0 ;
294+ margin : 0 3 px ;
292295 padding : 5px ;
293296 font-size : 18px ;
294297 background-color : # f0f0f0 ;
@@ -615,18 +618,18 @@ path.blocklyPath.blockly-ws-search-highlight.blockly-ws-search-current {
615618 # maincontent {
616619 display : flex;
617620 width : 100vw ;
618- height : calc (100vh - 40 px );
621+ height : calc (100vh - 50 px );
619622 }
620623
621624 # codePanel {
622625 flex : 2 1 0 ;
623- height : calc (100vh - 40 px );
626+ height : calc (100vh - 50 px );
624627 box-sizing : border-box;
625628 }
626629
627630 # rightArea {
628631 flex : 1 1 0 ;
629- height : calc (100vh - 40 px );
632+ height : calc (100vh - 50 px );
630633 box-sizing : border-box;
631634 }
632635
@@ -641,6 +644,13 @@ path.blocklyPath.blockly-ws-search-highlight.blockly-ws-search-current {
641644 height : auto;
642645 flex-shrink : 0 ;
643646 margin-right : 2px ;
647+ padding-left : 2px ;
648+ }
649+
650+ /* Project Name Input */
651+ # projectName {
652+ margin : 0 8px !important ;
653+ padding : 8px !important ;
644654}
645655
646656/* Custom Category */
0 commit comments