From f83c1df2ccfbec215257551a372ca2947a4c274c Mon Sep 17 00:00:00 2001 From: the1812 Date: Sat, 18 Mar 2023 15:30:08 +0800 Subject: [PATCH] Hide left gift panel completely (fix #4067) --- .../components/style/simplify/live/live.scss | 71 +------------------ 1 file changed, 2 insertions(+), 69 deletions(-) diff --git a/registry/lib/components/style/simplify/live/live.scss b/registry/lib/components/style/simplify/live/live.scss index 41f5efd89..16e88d531 100644 --- a/registry/lib/components/style/simplify/live/live.scss +++ b/registry/lib/components/style/simplify/live/live.scss @@ -193,81 +193,14 @@ $prefix: 'simplifyLiveroom-switch'; .gift-section.guard-ent, .seeds-wrap > .dp-i-block > .item:not(.seeds), .gift-control-panel .wish-icon, - .gift-control-panel .wish-tip { + .gift-control-panel .wish-tip, + .gift-control-panel .left-part-ctnr { display: none !important; } .gift-control-section, .gift-control-panel { height: 48px !important; } - .gift-left-part { - display: flex !important; - align-items: center !important; - gap: 6px !important; - width: auto !important; - height: auto !important; - padding: 10px 0 0 16px !important; - .entry-icon { - margin: 0 !important; - width: 24px !important; - height: 24px !important; - } - .wait-num { - display: none !important; - } - .time-span { - margin: 1px 0 0 0 !important; - } - } - .draw-box, - .anchor-lottery-entry, - .treasure-box { - display: flex !important; - align-items: center !important; - padding: 10px 0 0 16px !important; - max-height: 36px !important; - .draw-box-pic, - .anchor-lot-icon, - .box-icon { - margin: 0 !important; - width: 24px !important; - height: 24px !important; - background-position: 0 -2.5px !important; - &.open { - background-position: 0 -1px !important; - } - } - .draw-box-pic { - transform: scale(1.1); - } - #BLRHH_treasure_div_tip br { - display: none !important; - } - #BLRHH_treasure_div { - img, - canvas { - max-height: 24px !important; - } - } - .draw-box-text, - .anchor-lot-text, - .count-down, - #BLRHH_treasure_div_tip, - #BLRHH_treasure_div_timer { - margin-left: 12px !important; - padding: 4px 8px !important; - max-width: unset !important; - } - .awarding-panel { - bottom: 42px !important; - } - } - .draw-box { - padding-top: 11px !important; - } - .anchor-lottery-entry { - padding-top: 12px !important; - } .gift-control-panel .right-part { height: 48px !important; display: flex !important;