Skip to content

Commit

Permalink
refactor: banner default visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Nov 18, 2024
1 parent 921df89 commit bd5c407
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,16 @@
margin-bottom: 20px;
}

.feedzy-banner .tsdk-banner-urgency-text {
.feedzy-banner:has(.tsdk-banner-cta) .tsdk-banner-urgency-text {
padding: 5px;
}

.feedzy-banner-dashboard {
display: none;
}

.feedzy-banner-dashboard:has(.tsdk-banner-cta) {
display: block;
margin: 20px 0;

/* Remove the properties added by .notice */
Expand Down

0 comments on commit bd5c407

Please sign in to comment.