Files
searxng/client/simple/src/less/noscript.less
2026-09-15 09:56:24 +08:00

10 lines
142 B
Plaintext

// SPDX-License-Identifier: AGPL-3.0-or-later
.hide_if_nojs {
display: none !important;
}
.show_if_nojs {
display: inline !important;
}