mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(mod queue): CSS Modules not exporting rowOdd and alert classes
This commit is contained in:
@@ -120,6 +120,9 @@
|
|||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Odd rows - standalone class needed for CSS Modules export */
|
||||||
|
.rowOdd {}
|
||||||
|
|
||||||
/* Odd rows - theme-specific background colors applied to cells */
|
/* Odd rows - theme-specific background colors applied to cells */
|
||||||
:global(body.yotsuba) .rowOdd .number,
|
:global(body.yotsuba) .rowOdd .number,
|
||||||
:global(body.yotsuba) .rowOdd .board,
|
:global(body.yotsuba) .rowOdd .board,
|
||||||
@@ -205,7 +208,7 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.time .alert {
|
.alert {
|
||||||
color: var(--mod-queue-alert-color);
|
color: var(--mod-queue-alert-color);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
animation: blink 2s infinite;
|
animation: blink 2s infinite;
|
||||||
|
|||||||
Reference in New Issue
Block a user