From c780cc1b53592f830a611a1993cb2c534b67ebc4 Mon Sep 17 00:00:00 2001 From: "munrocket@pm.me" Date: Mon, 20 Apr 2020 02:46:12 +0400 Subject: [PATCH] Examples: refactor index.html --- docs/index.html | 4 +- examples/index.html | 203 +++++++++++++++++++++++--------------------- files/main.css | 4 +- 3 files changed, 109 insertions(+), 102 deletions(-) diff --git a/docs/index.html b/docs/index.html index 81853e7cc8..9a8dda079e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -27,7 +27,7 @@
- +
+
@@ -49,103 +49,143 @@ diff --git a/files/main.css b/files/main.css index 018c0dd2e1..f91b9de079 100644 --- a/files/main.css +++ b/files/main.css @@ -157,7 +157,7 @@ h1 a { display: none; } - #panel.searchFocused #filter { + #panel.searchFocused #filterInput { -webkit-mask-image: none; mask-image: none; background-color: inherit; @@ -232,7 +232,7 @@ h1 a { content: ""; } - #panel #filter { + #panel #filterInput { flex: 1; width: 100%; padding: 0 36px; -- GitLab