File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
packages/playground/webapp Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -400,10 +400,13 @@ html[data-sap-ui-os^="iOS"] .customToolPage .sapTntToolPageMainContentWrapper {
400400 display : none !important ;
401401}
402402
403- @media screen and (max-width : 600 px ) {
403+ @media screen and (max-width : 1100 px ) {
404404 .side-links {
405405 display : none !important ;
406406 }
407+ }
408+
409+ @media screen and (max-width : 600px ) {
407410 .version-label {
408411 display : none !important ;
409412 }
Original file line number Diff line number Diff line change 8888
8989 <FlexBox direction =" Row" width =" 100%" height =" 100%" id =" main-content-wrapper" >
9090 <pc : Frame id =" ContentFrame" class =" content-iframe" width =" 100%" height =" 100%" src =" {/selectedView}" ></pc : Frame >
91- <FlexBox width =" 15rem " class =" side-links" visible =" {/showNavigationLinks}" >
92- <List width =" 15rem " id =" links-list" class =" links-list sapUiMediumMarginTop" itemPress =" onLinkPressed" >
91+ <FlexBox width =" 10rem " class =" side-links" visible =" {/showNavigationLinks}" >
92+ <List width =" 10rem " id =" links-list" class =" links-list sapUiMediumMarginTop" itemPress =" onLinkPressed" >
9393 <ActionListItem text =" Samples" />
9494 <ActionListItem text =" API Reference" />
9595 </List >
You can’t perform that action at this time.
0 commit comments