From f26e6e7f5771347a55711cbbc4e560a8721936e4 Mon Sep 17 00:00:00 2001 From: raul Date: Wed, 5 Jun 2024 09:50:17 +0200 Subject: [PATCH] Tweaks for command window --- cmd/templates/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cmd/templates/style.css b/cmd/templates/style.css index fef579a..511933f 100644 --- a/cmd/templates/style.css +++ b/cmd/templates/style.css @@ -99,6 +99,11 @@ form { text-align: center; } +td a { + display: block; + width: 100%; +} + a { color: #ff6e00; text-decoration: none; @@ -133,6 +138,12 @@ footer { overflow: scroll; } +div#command { + width: 50%; + height: 40%; + border: 2px solid black; +} + @media (max-width: 600px) { #main { width: 60vw;