From 41189d7f4397d78e01deb5ae97e815e5547801a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Wed, 1 Nov 2023 12:21:04 +0100 Subject: [PATCH] Change video URL input field width to 100%. --- assets/videoSyncInterface.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/assets/videoSyncInterface.html b/assets/videoSyncInterface.html index 6b51540..b6ffa70 100644 --- a/assets/videoSyncInterface.html +++ b/assets/videoSyncInterface.html @@ -41,7 +41,15 @@ cursor: pointer; } - input[type=text], + input[type=text] { + width: 100%; + padding: 12px 20px; + margin: 8px 0; + display: inline-block; + border: 1px solid #dddddd; + border-radius: 4px; + box-sizing: border-box; + } select { width: 450px;