From c83863f6db8432de5675c4eb714d514c9e1d2af3 Mon Sep 17 00:00:00 2001 From: the1812 Date: Sat, 9 Mar 2024 10:33:43 +0800 Subject: [PATCH] Remove feedback popup (fix #4610) --- .../lib/components/video/player/remove-popup/remove-popup.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/registry/lib/components/video/player/remove-popup/remove-popup.scss b/registry/lib/components/video/player/remove-popup/remove-popup.scss index 72f643a70..67deb331c 100644 --- a/registry/lib/components/video/player/remove-popup/remove-popup.scss +++ b/registry/lib/components/video/player/remove-popup/remove-popup.scss @@ -39,7 +39,8 @@ body { .bilibili-player-score, .bpx-player-popup-dm-close, .bpx-player-score-summary-wrap, - .bpx-player-score { + .bpx-player-score, + .bili-qoeFeedback { display: none !important; } }