diff --git a/public/resources/css/module/_buttons.scss b/public/resources/css/module/_buttons.scss index d165b325ba..acca95c4fc 100644 --- a/public/resources/css/module/_buttons.scss +++ b/public/resources/css/module/_buttons.scss @@ -55,7 +55,10 @@ background: $regal url('/resources/images/logos/inverse/shield/22.png') 24px 13px no-repeat; color: rgba($snow, .87); padding-left: 54px; + + @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { + background: $regal url('/resources/images/logos/inverse/shield/22@2x.png') 24px 13px no-repeat; + background-size: 22px 22px; + } } - - } \ No newline at end of file diff --git a/public/resources/css/module/_code.scss b/public/resources/css/module/_code.scss index 9bcfc3c662..738348186c 100644 --- a/public/resources/css/module/_code.scss +++ b/public/resources/css/module/_code.scss @@ -6,6 +6,7 @@ .cp_embed_iframe { overflow: hidden; + width: 240px !important; }