[mod] simple: apply nojs via stylesheet

This commit is contained in:
vojkovic
2026-09-14 13:38:45 +00:00
committed by Brock Vojkovic
parent 604ee1698c
commit beb324c0f5
8 changed files with 23 additions and 29 deletions

View File

@@ -0,0 +1,9 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
.hide_if_nojs {
display: none !important;
}
.show_if_nojs {
display: inline !important;
}