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:
Diffstat (limited to 'www/index.css')
-rw-r--r--www/index.css11
1 files changed, 11 insertions, 0 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;
+}