diff --git a/css/common/common.less b/css/common/common.less index 5455226..2eb8e4c 100644 --- a/css/common/common.less +++ b/css/common/common.less @@ -49,10 +49,16 @@ body, html { top: 0; >.logo { + loat: left; width: 180px; height: 50px; background: url(./img/logo.png) no-repeat; float: left; + background-color: #fff; + background-position: center; + background-image: url(./img/logo@1x.png); + background-image: -webkit-image-set(url(./img/logo@1x.png) 1x, url(./img/logo@2x.png) 2x); + background-repeat: no-repeat; } >.action-groups { @@ -148,7 +154,7 @@ body, html { background: rgba(112, 119, 128, 1); margin-top: -40px; } - + .close-editor { position: absolute; right: 0; diff --git a/css/img/logo.png b/css/img/logo.png deleted file mode 100644 index d5ad3fe..0000000 Binary files a/css/img/logo.png and /dev/null differ diff --git a/css/img/logo@1x.png b/css/img/logo@1x.png new file mode 100644 index 0000000..c0c2655 Binary files /dev/null and b/css/img/logo@1x.png differ diff --git a/css/img/logo@2x.png b/css/img/logo@2x.png new file mode 100644 index 0000000..3871ef1 Binary files /dev/null and b/css/img/logo@2x.png differ