aboutsummaryrefslogtreecommitdiff
path: root/dist/css
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-10 13:23:06 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-10 13:23:06 +0200
commit2f6f876b8048bfe14a4aab27cbef02195fc1bb0a (patch)
tree1332287f8c1c5b5bbb2da4d80ece06b9f6343e32 /dist/css
parent809cbed66336d44ab88113137d5fbf130e75cc8b (diff)
downloadFlightCore-2f6f876b8048bfe14a4aab27cbef02195fc1bb0a.tar.gz
FlightCore-2f6f876b8048bfe14a4aab27cbef02195fc1bb0a.zip
Use locked HTML input field for showing gamepath
instead of its own custom HTML element
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;
+}