We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921df89 commit bd5c407Copy full SHA for bd5c407
css/settings.css
@@ -121,11 +121,16 @@
121
margin-bottom: 20px;
122
}
123
124
-.feedzy-banner .tsdk-banner-urgency-text {
+.feedzy-banner:has(.tsdk-banner-cta) .tsdk-banner-urgency-text {
125
padding: 5px;
126
127
128
+.feedzy-banner-dashboard {
129
+ display: none;
130
+}
131
+
132
.feedzy-banner-dashboard:has(.tsdk-banner-cta) {
133
+ display: block;
134
margin: 20px 0;
135
136
/* Remove the properties added by .notice */
0 commit comments