Fix network keywords in default UI

Fixes keywords not showing up in default UI on hover over card
This commit is contained in:
CalamitousFelicitousness
2025-08-20 13:13:04 +01:00
committed by GitHub
parent e49814098e
commit bbb81fac40
+1 -1
View File
@@ -1267,7 +1267,7 @@ table.settings-value-table td {
scroll-snap-align: start;
height: var(--card-size);
width: var(--card-size);
contain: strict;
contain: layout style;
}
*.extra-network-cards .card-selected {