From ab789fc20396bb583835c1f47478c1f17039d39f Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Wed, 20 Jul 2022 01:14:33 +0200 Subject: Provide minimal tag cloud --- ...e.scss_f300667da4f5b5f84e1a9e0702b2fdde.content | 26 ++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content b/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content index ed9df8a..b83aaab 100644 --- a/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content +++ b/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content @@ -988,13 +988,14 @@ ul.pager li { .tags-wrapper { position: relative; } -.post-tags { +ul.post-tags { margin: 0; padding: 0; position: absolute; right: 24px; bottom: -12px; - list-style: none; } + list-style: none; + text-indent: unset; } .post-tags li, .post-tags a { @@ -1064,6 +1065,27 @@ a.external:after { -webkit-mask-image: url("/img/external-link.svg"); mask-image: url("/img/external-link.svg"); } +ul.tags-cloud { + display: flex; + flex-wrap: wrap; + justify-content: center; + max-width: 960px; + margin: auto; + padding: 2rem 0 1rem; + list-style: none; + border: 2px solid white; + border-radius: 5px; } + +ul.tags-cloud .tag { + display: flex; + align-items: center; + margin: 0.25rem 1rem; } + +ul.tags-cloud .tag-link { + padding: 5px 5px 0; + transition: 0.3s; + text-decoration: none; } + /* Themes */ /* Red */ .theme-base-red .post-tags a { -- cgit v1.2.3