improvements

This commit is contained in:
2026-07-11 15:26:30 +02:00
parent 950f3ba90b
commit 71ecf96a3f
23 changed files with 239 additions and 3406 deletions
+4 -1
View File
@@ -16,7 +16,10 @@
(function () {
const WG_TABLE_SCROLL_CLASS = 'wg-mobile-table-scroll';
const WIKI_TABLE_SELECTOR = '.westgate-wiki .wiki-page-content.wiki-article-prose > .card-body table';
const WIKI_TABLE_SELECTOR = [
'.westgate-wiki .wiki-page-content.wiki-article-prose > .card-body table',
'li[component="post"] .content table',
].join(', ');
const WIKI_TABLE_MIN_COLUMN_WIDTH = 40;
const WIKI_TABLE_DESKTOP_MIN_WIDTH = 720;
const SKIP_TABLE_SELECTOR = [