diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
| commit | b2d1b69fd6d9b1f0473ea70bc473df6f370891da (patch) | |
| tree | 9f28a4ffe0a144518a413341eb0aed2a5d7fe9d3 /template/imagelayering.st | |
| parent | e620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff) | |
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/imagelayering.st')
| -rwxr-xr-x | template/imagelayering.st | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/imagelayering.st b/template/imagelayering.st index 91e7693..9b880cc 100755 --- a/template/imagelayering.st +++ b/template/imagelayering.st @@ -17,6 +17,7 @@ <html> <head> $head()$ + <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129"> <title>$roomname$ dump.fm</title> <script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script> @@ -54,6 +55,7 @@ $endif$ $endif$ </script> + <!-- <style> #chat-wrapper { position: absolute; @@ -64,6 +66,7 @@ $endif$ width: 300px; }; </style> + --> </head> <body> $banner()$ |
