From b4a896e4f4fae861a3d74f2380655e42278facaf Mon Sep 17 00:00:00 2001 From: Guoxiaobo <313721439@qq.com> Date: Fri, 23 Dec 2022 11:47:48 +0800 Subject: [PATCH] no message --- css/index.less | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/css/index.less b/css/index.less index aaeebdc..cbd7651 100644 --- a/css/index.less +++ b/css/index.less @@ -31,6 +31,7 @@ .trans_x{-webkit-transform: translate(-50%, 0);-moz-transform: translate(-50%, 0);-ms-transform: translate(-50%, 0);-o-transform: translate(-50%, 0);transform: translate(-50%, 0);} .trans_y{-webkit-transform: translate(0, -50%);-moz-transform: translate(0, -50%);-ms-transform: translate(0, -50%);-o-transform: translate(0, -50%);transform: translate(0, -50%);} [v-cloak]{display: none !important;} +.xl-chrome-ext-bar{display: none !important;} .hide_sbar::-webkit-scrollbar {background: transparent;width: 0px;height: 0; display: none;} .borderRadius(@rds){-moz-border-radius: @rds; -webkit-border-radius: @rds; border-radius: @rds;} -- Gitblit v1.8.0