From 5b75459f4323ae99e288aacc3c85bd829ad46db5 Mon Sep 17 00:00:00 2001 From: Mutasem Date: Thu, 8 Jul 2021 22:40:10 +0200 Subject: [PATCH] fix icon size --- packages/editor-ui/src/components/MainSidebar.vue | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/packages/editor-ui/src/components/MainSidebar.vue b/packages/editor-ui/src/components/MainSidebar.vue index 1a8b4f4f41..720086ff8d 100644 --- a/packages/editor-ui/src/components/MainSidebar.vue +++ b/packages/editor-ui/src/components/MainSidebar.vue @@ -606,8 +606,8 @@ a.logo { .el-menu-item.updates { color: $--sidebar-inactive-color; - font-size: 13px; .item-title-root { + font-size: 13px; top: 0 !important; } @@ -624,16 +624,9 @@ a.logo { } .gift-icon { - width: 19px; - height: 16.8px; display: flex; position: relative; - svg { - font-size: 16.8px; - line-height: 19px; - } - .notification { height: 8px; width: 8px; @@ -641,7 +634,6 @@ a.logo { color: $--sidebar-active-color; position: absolute; background-color: $--sidebar-gift-notification-outer-color; - z-index: 9999; left: 75%; display: flex; align-items: center;