mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Prevented the column gap from being applied to the Editor's Choice Plugin
This commit is contained in:
@@ -946,7 +946,7 @@ html {
|
|||||||
--itemColumnGap: 0.5em;
|
--itemColumnGap: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemsContainer {
|
.itemsContainer:not(.editorsChoiceItemsContainer) {
|
||||||
column-gap: var(--itemColumnGap);
|
column-gap: var(--itemColumnGap);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user