Skip to content

Commit d73e311

Browse files
committed
fix: CSS-Selektor für Frontend-Badge Wobble korrigiert
1 parent beadd4d commit d73e311

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/css/maintenance.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
75% { transform: rotate(3deg); }
2323
}
2424

25-
.block_frontend .label-danger {
25+
/* Target the F badge in the navigation when frontend maintenance is active */
26+
#rex-page-maintenance .label-danger {
2627
animation: wobble 3s ease-in-out infinite;
2728
display: inline-block;
2829
}

0 commit comments

Comments
 (0)