diff --git a/docs/static/Microsoft-logo_rgb_c-white.png b/docs/static/Microsoft-logo_rgb_c-white.png new file mode 100644 index 00000000..e0a49fdb Binary files /dev/null and b/docs/static/Microsoft-logo_rgb_c-white.png differ diff --git a/pxtarget.json b/pxtarget.json index 331f5fbb..5d6cb025 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -194,6 +194,7 @@ "organization": "Microsoft", "organizationUrl": "https://pxt.io/", "organizationLogo": "./static/Microsoft-logo_rgb_c-gray.png", + "organizationWideLogo": "./static/Microsoft-logo_rgb_c-white.png", "browserSupport": [ { "name": "unsupported", diff --git a/theme/style.less b/theme/style.less index 12ed6ee4..6a277d60 100644 --- a/theme/style.less +++ b/theme/style.less @@ -87,21 +87,32 @@ padding:7px; } +.organization { + top: 1.6em; +} /* Mobile */ @media only screen and (max-width: @largestMobileScreen) { .blocklyTreeLabel { font-size: 0.5rem !important; } + .organization { + top: auto; + } } /* Tablet */ @media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) { - + .organization { + top: auto; + } } /* Small Monitor */ @media only screen and (min-width: @computerBreakpoint) and (max-width: @largestSmallMonitor) { + .organization { + top: auto; + } .blocklyTreeRow { width: 230px; }