mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Switch to alpine.js from vanilla js
This commit is contained in:
@@ -21,6 +21,11 @@
|
||||
/* Import custom CSP-safe styles */
|
||||
@import './csp-safe.css';
|
||||
|
||||
/* Alpine.js x-cloak - hide elements until Alpine initializes */
|
||||
[x-cloak] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Fixed layout - ensure html and body have proper height constraints */
|
||||
html, body {
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user