From 8d52c1e3444471a9366ba50041e5232b851bf6e2 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sat, 21 Oct 2023 16:55:28 -0400 Subject: [PATCH] add a close button to the video buffer warning banner (#1113) --- client/src/components/players/OmniPlayer.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/client/src/components/players/OmniPlayer.vue b/client/src/components/players/OmniPlayer.vue index c5e5d32a9..392fedd6b 100644 --- a/client/src/components/players/OmniPlayer.vue +++ b/client/src/components/players/OmniPlayer.vue @@ -4,8 +4,19 @@ - - {{ $t("player.buffer-warn.spans", { ranges: renderedSpans }) }} +
+ + {{ $t("player.buffer-warn.spans", { ranges: renderedSpans }) }} + + + fa:fas fa-times + +