diff options
| author | Marin Ivanov <[email protected]> | 2024-08-21 02:32:42 +0300 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2024-08-21 02:32:42 +0300 |
| commit | 51dc545d5c6e9dc3846d735c7766277b689f5f6e (patch) | |
| tree | 8362ade25459afc97237b3692dfa575be6621b7c /style.css | |
| parent | 4b32d0bab72927da861d072991fd57f68a32b48f (diff) | |
add noscript command interface
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -126,7 +126,7 @@ table td.title { align-content: center; background: rgba(0,0,0,0.05); } -#loader.hidden { +#loader.hide { display: none; } @@ -169,3 +169,8 @@ table td.title { .center { text-align: center; } + +noscript textarea { + min-width: 400px; + min-height: 300px; +} |
