diff --git a/lyrics/static/lyrics/style.css b/lyrics/static/lyrics/style.css index 718267f..724bb12 100644 --- a/lyrics/static/lyrics/style.css +++ b/lyrics/static/lyrics/style.css @@ -7,6 +7,10 @@ video { width: 100%; } */ +table { + border-spacing: 0; +} + .info { background-color: aqua; } @@ -20,7 +24,6 @@ video { min-width: 400px; } #word_overrides { - min-width: 400px; max-width: 800px; } #lyrics_output_outer, #arrangement_output_outer { @@ -52,6 +55,25 @@ video { max-width: 48px; } +.grid-container { + display: grid; + gap: 5px; + padding: 0px; +} +#div_lyrics_input_jp { + grid-column: 1; +} +#div_lyrics_input_tl { + grid-column: 2; +} +#lyrics_input h3 { + margin-top: 0; + margin-bottom: 0; +} +#lyrics_input textarea { + line-height: 1.2; +} + .flex-container { display: flex; flex-flow: wrap; @@ -60,10 +82,10 @@ video { .flex-container > div { background-color: aqua; - margin: 10px; - border-radius: 10px; - padding: 20px; - padding-top: 10px; + margin: 4px; + border-radius: 8px; + padding: 12px; + padding-top: 8px; } .flex-container > div > h2 { diff --git a/lyrics/templates/lyrics/index.html b/lyrics/templates/lyrics/index.html index 5621c0a..47c57a7 100644 --- a/lyrics/templates/lyrics/index.html +++ b/lyrics/templates/lyrics/index.html @@ -58,8 +58,8 @@