From c905360ecc5bcfb5e9b41374f0fd7b0b7f441913 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Fri, 23 Jun 2023 16:50:00 -0600 Subject: [PATCH] fire tweaks --- content/toys/triscit/ui.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/toys/triscit/ui.css b/content/toys/triscit/ui.css index d9e9be6..1171b81 100644 --- a/content/toys/triscit/ui.css +++ b/content/toys/triscit/ui.css @@ -17,7 +17,10 @@ td.hex { } .ablaze { - background: url(fire.gif) bottom repeat-x; + background-image: url(fire.gif); + background-position-y: bottom; + background-repeat-x: repeat; + background-repeat-y: no-repeat; } @media screen and (min-width: 768px) { @@ -29,4 +32,4 @@ td.hex { max-height: calc(100% - 4em); overflow-y: scroll; } -} \ No newline at end of file +}