From 3a8743ebf078e46ecac43d9ccfd7487bbeadf21c Mon Sep 17 00:00:00 2001 From: Eric Battenberg Date: Mon, 28 Oct 2024 17:28:08 -0700 Subject: [PATCH] Float VAT player at bottom to avoid blocking title. --- publications/very_attentive_tacotron/css/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publications/very_attentive_tacotron/css/stylesheet.css b/publications/very_attentive_tacotron/css/stylesheet.css index b3026af8..a4604f12 100644 --- a/publications/very_attentive_tacotron/css/stylesheet.css +++ b/publications/very_attentive_tacotron/css/stylesheet.css @@ -60,7 +60,7 @@ td.algorithm { } #player { position: fixed; - top: 0; + bottom: 0; right: 0; } td.synthesis {