Skip to content

Commit aeb334c

Browse files
committed
fix(options): Removes conflicting display class to consistently hide banner
1 parent 33d764d commit aeb334c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- Main Tab Content + Donation plea -->
1414
<header>
1515
<div class="d-flex flex-column">
16-
<div id="header-banner" hidden class="info-banner d-flex flex-column">
16+
<div id="header-banner" hidden class="info-banner">
1717
<div id="message-section" class="d-flex">
1818
<div class="flex align-items-center banner-icon-container">
1919
<div id="banner-icon">

0 commit comments

Comments
 (0)