From cb48f3017a8c7bd1d89878c2ec53caa3393c9e58 Mon Sep 17 00:00:00 2001 From: Adam Bem Date: Fri, 17 Feb 2023 12:25:16 +0100 Subject: [PATCH] Implemented basic RWD --- Frontend/assets/css/tools/r11form.css | 10 ++++++++++ Frontend/tools/xpath.html | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Frontend/assets/css/tools/r11form.css b/Frontend/assets/css/tools/r11form.css index 600e28a..06bc195 100644 --- a/Frontend/assets/css/tools/r11form.css +++ b/Frontend/assets/css/tools/r11form.css @@ -481,4 +481,14 @@ textarea { code { line-height: 150%; +} + +@media only screen and (max-width: 768px) { + .rwd-hideable { + display: none; + } + + .rwd-expandable { + width: 100%; + } } \ No newline at end of file diff --git a/Frontend/tools/xpath.html b/Frontend/tools/xpath.html index dad6da6..87d71ea 100644 --- a/Frontend/tools/xpath.html +++ b/Frontend/tools/xpath.html @@ -14,7 +14,7 @@
-
+

Online XPath tester v0.4

@@ -62,7 +62,7 @@
-
+

What is XPath?

XPath is a querry language used for selecting nodes from XML and processing them.
It may perform operations on strings, numbers and boolean values.