diff --git a/css/common.css b/css/common.css index 43f05b2..4332ba4 100644 --- a/css/common.css +++ b/css/common.css @@ -453,7 +453,7 @@ body { background-color: #f95d5d; position: absolute; top: 0; - right: -71px; + right: 0; height: 100%; color: #ffffff; font-size: 13px; diff --git a/css/common.less b/css/common.less index 3164295..017a6d8 100644 --- a/css/common.less +++ b/css/common.less @@ -515,8 +515,7 @@ body { background-color: rgba(249, 93, 93, 1); position: absolute; top: 0; - // right: 0; - right: -71px; + right: 0; height: 100%; color: #ffffff; font-size: 13px;