From 5de5a5c14b2628f1d9fe1d2fbac35505fa7e4e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ku=C5=BE=C3=ADlek?= Date: Wed, 4 Dec 2019 21:03:36 +0100 Subject: [PATCH] Better tags --- yadc/static/default.scss | 4 +-- yadc/templates/index.html | 74 +++++++++++++++++++-------------------- yadc/templates/post.html | 72 ++++++++++++++++++------------------- 3 files changed, 75 insertions(+), 75 deletions(-) diff --git a/yadc/static/default.scss b/yadc/static/default.scss index d86e0ad..8e43ac3 100644 --- a/yadc/static/default.scss +++ b/yadc/static/default.scss @@ -246,7 +246,7 @@ header { .tag_container { display: flex; - > span { + > a { margin: 2px 2px; padding: 6px 12px; @@ -285,7 +285,7 @@ header { } overflow: hidden; - > section.content { + > section.post_list { .posts { display: flex; flex-flow: row wrap; diff --git a/yadc/templates/index.html b/yadc/templates/index.html index dcf75bb..0969e8f 100644 --- a/yadc/templates/index.html +++ b/yadc/templates/index.html @@ -39,71 +39,71 @@

Tags

- + - neko + neko 10 - - + + - works + works 2 - - + + - anime + anime 4 - - + + - manga + manga 7 - - + + - original + original 5 - - + + - azur lane + azur lane 5 - - + + - figure + figure 5 - - + + - touhou + touhou 5 - - + + - photoshop + photoshop 5 - - + + - close + close 5 - - + + - cropped + cropped 5 - - + + - waifu2x + waifu2x 5 - +
-
+
diff --git a/yadc/templates/post.html b/yadc/templates/post.html index d0e781f..295c42f 100644 --- a/yadc/templates/post.html +++ b/yadc/templates/post.html @@ -39,66 +39,66 @@