From e0794ac598029ce6858546eb4ef33daa3fd44eb9 Mon Sep 17 00:00:00 2001 From: onur Date: Tue, 6 Aug 2019 22:19:27 +0300 Subject: [PATCH] noscript ve resim genisligi --- layouts/index.html | 2 +- layouts/partials/head.html | 3 +++ static/css/noscript.css | 16 ++++++++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 static/css/noscript.css diff --git a/layouts/index.html b/layouts/index.html index a4ad094..95234a7 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -4,7 +4,7 @@
-
+
tibble hex sticker
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index fc432db..9a417c1 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -45,3 +45,6 @@ {{ if hasPrefix .URL "/articles" -}} {{- end }} + diff --git a/static/css/noscript.css b/static/css/noscript.css new file mode 100644 index 0000000..6e8d2e1 --- /dev/null +++ b/static/css/noscript.css @@ -0,0 +1,16 @@ +#rStudioHeader .innards { + flex-wrap: wrap; +} +#rStudioHeader #menu { + display: block; + white-space: normal; +} +#rStudioHeader #menu #menuItems { + display: block; +} +#rStudioHeader #menu #menuToggler { + display: none; +} +#rStudioHeader #menu .menuItem { + display: inline-block; +}