aboutsummaryrefslogtreecommitdiff
path: root/dist/css
diff options
context:
space:
mode:
Diffstat (limited to 'dist/css')
-rw-r--r--dist/css/main.css8
1 files changed, 8 insertions, 0 deletions
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;
+}