From 46498c2b27ead2c4d03461697b4ea52cb80bf639 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Sat, 30 Sep 2023 00:14:40 +0300 Subject: [PATCH] Fix styles, long strings --- source/_data/miscellaneous.json | 6 +++--- themes/starter/source/assets/scss/modules/_misc.scss | 10 +++++----- .../starter/source/assets/scss/partials/_layout.scss | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/source/_data/miscellaneous.json b/source/_data/miscellaneous.json index 1480867..d3869ba 100644 --- a/source/_data/miscellaneous.json +++ b/source/_data/miscellaneous.json @@ -206,7 +206,7 @@ "site": "https://libreserver.org/epicyon", "logo": "/img/misc/epicyon.png", "servers": "https://epicyon.fediverse.observer/list", - "description": "ActivityPub server implementing S2S and C2S protocols, suitable for single board computers. Provides moderation tools, post expiry, content warnings, Calendar, Scheduled Posts, text search, federated blogging and image descriptions.", + "description": "ActivityPub server implementing S2S and C2S protocols, suitable for single board computers. Provides moderation tools, post expiry, content warnings, Calendar, scheduled posts and text search.", "codeLanguage": "Python", "techStack": "", "license": "AGPL-3.0", @@ -293,7 +293,7 @@ "title": "Honk", "source": "https://humungus.tedunangst.com/r/honk/f", "protocols": "ActivityPub", - "site": "https://humungus.tedunangst.com/r/honk/f", + "site": "", "logo": "", "servers": "https://honk.fediverse.observer/list", "description": "ActivityPub server with minimal setup and support costs.", @@ -1236,7 +1236,7 @@ "codeLanguage": "Go", "techStack": "MongoDB, HTMX, Hyperscript", "license": "AGPL-3.0", - "FediAccount": "https://mastodon.social/@benpate", + "FediAccount": "@benpatemastodon.social", "apClass": true, "zotClass": false, "diasporaClass": false, diff --git a/themes/starter/source/assets/scss/modules/_misc.scss b/themes/starter/source/assets/scss/modules/_misc.scss index 5ec5b76..48530da 100644 --- a/themes/starter/source/assets/scss/modules/_misc.scss +++ b/themes/starter/source/assets/scss/modules/_misc.scss @@ -128,8 +128,8 @@ .card__more i { display: inline-block; vertical-align: middle; - height: 13px; - margin-left: 2px; + height: 18px; + margin-left: 4px; font-size: .7rem; } @@ -142,14 +142,14 @@ background: $white; border-radius: inherit; width: 300px; - height: 420px; + height: 440px; transition: .3s cubic-bezier(.175, .885, .32, 1.275); } .card__extra { position: absolute; width: 300px; - height: 420px; + height: 440px; left: 0; top: 0; border-radius: 0 8px 8px 0; @@ -360,7 +360,7 @@ .card__extra { position: static; - flex: 50% 0 0; + flex: 55% 0 0; background: inherit; transition: opacity 0s ease-in, transform .2s ease-in; transition-delay: .1s; diff --git a/themes/starter/source/assets/scss/partials/_layout.scss b/themes/starter/source/assets/scss/partials/_layout.scss index 25f6e54..6a3b010 100644 --- a/themes/starter/source/assets/scss/partials/_layout.scss +++ b/themes/starter/source/assets/scss/partials/_layout.scss @@ -25,7 +25,7 @@ html { } body { - font-size: 1.05rem; + font-size: 1rem; font-family: $font-primary; line-height: 1.6; overflow-x: hidden;