Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/firmware-selector-openwrt-org.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Rafet <erayrafet@gmail.com>2022-11-10 21:00:18 +0300
committerPaul Spooren <mail@aparcar.org>2022-11-10 21:00:18 +0300
commit0c451336970d2a8b647650fcc20555a266a3f417 (patch)
tree9e1408730b1a730e5a971cd116915a05a0ea0b68
parent990c4146603aa1b18bc7f0812908093af0f861ff (diff)
ASU: fix package list and stdout/stderr box on narrow viewportsHEADmaster
-rw-r--r--www/index.css11
-rw-r--r--www/index.html1
2 files changed, 11 insertions, 1 deletions
diff --git a/www/index.css b/www/index.css
index 5d17137..ef2c639 100644
--- a/www/index.css
+++ b/www/index.css
@@ -344,3 +344,14 @@ header > div {
padding: 20px;
margin-bottom: 15px;
}
+
+#stdout,
+#stderr {
+ overflow: scroll;
+}
+
+#packages {
+ resize: none;
+ width: -moz-available;
+ width: -webkit-fill-available;
+}
diff --git a/www/index.html b/www/index.html
index a65931d..f1f03df 100644
--- a/www/index.html
+++ b/www/index.html
@@ -142,7 +142,6 @@
id="packages"
spellcheck="false"
autocapitalize="off"
- style="width: 99%"
></textarea>
</div>
<a href="javascript:buildAsuRequest()" class="custom-link">