From 2f6f876b8048bfe14a4aab27cbef02195fc1bb0a Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Sat, 10 Sep 2022 13:23:06 +0200 Subject: Use locked HTML input field for showing gamepath instead of its own custom HTML element --- dist/css/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dist/css/main.css') diff --git a/dist/css/main.css b/dist/css/main.css index 5dd9c4c7..97ac9a43 100644 --- a/dist/css/main.css +++ b/dist/css/main.css @@ -99,3 +99,11 @@ button { .locked { cursor: not-allowed; } + +/** + * Stupid way to make text input field containing game_path big enough to show whole path. + * Optimally, this should be done dynamically + */ +input { + width: 400px; +} -- cgit v1.2.3