Fix styles, long strings

This commit is contained in:
lostinlight 2023-09-30 00:14:40 +03:00
parent 2321786a24
commit 46498c2b27
3 changed files with 9 additions and 9 deletions

View File

@ -206,7 +206,7 @@
"site": "https://libreserver.org/epicyon", "site": "https://libreserver.org/epicyon",
"logo": "/img/misc/epicyon.png", "logo": "/img/misc/epicyon.png",
"servers": "https://epicyon.fediverse.observer/list", "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", "codeLanguage": "Python",
"techStack": "", "techStack": "",
"license": "AGPL-3.0", "license": "AGPL-3.0",
@ -293,7 +293,7 @@
"title": "Honk", "title": "Honk",
"source": "https://humungus.tedunangst.com/r/honk/f", "source": "https://humungus.tedunangst.com/r/honk/f",
"protocols": "ActivityPub", "protocols": "ActivityPub",
"site": "https://humungus.tedunangst.com/r/honk/f", "site": "",
"logo": "", "logo": "",
"servers": "https://honk.fediverse.observer/list", "servers": "https://honk.fediverse.observer/list",
"description": "ActivityPub server with minimal setup and support costs.", "description": "ActivityPub server with minimal setup and support costs.",
@ -1236,7 +1236,7 @@
"codeLanguage": "Go", "codeLanguage": "Go",
"techStack": "MongoDB, HTMX, Hyperscript", "techStack": "MongoDB, HTMX, Hyperscript",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"FediAccount": "https://mastodon.social/@benpate", "FediAccount": "@benpatemastodon.social",
"apClass": true, "apClass": true,
"zotClass": false, "zotClass": false,
"diasporaClass": false, "diasporaClass": false,

View File

@ -128,8 +128,8 @@
.card__more i { .card__more i {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
height: 13px; height: 18px;
margin-left: 2px; margin-left: 4px;
font-size: .7rem; font-size: .7rem;
} }
@ -142,14 +142,14 @@
background: $white; background: $white;
border-radius: inherit; border-radius: inherit;
width: 300px; width: 300px;
height: 420px; height: 440px;
transition: .3s cubic-bezier(.175, .885, .32, 1.275); transition: .3s cubic-bezier(.175, .885, .32, 1.275);
} }
.card__extra { .card__extra {
position: absolute; position: absolute;
width: 300px; width: 300px;
height: 420px; height: 440px;
left: 0; left: 0;
top: 0; top: 0;
border-radius: 0 8px 8px 0; border-radius: 0 8px 8px 0;
@ -360,7 +360,7 @@
.card__extra { .card__extra {
position: static; position: static;
flex: 50% 0 0; flex: 55% 0 0;
background: inherit; background: inherit;
transition: opacity 0s ease-in, transform .2s ease-in; transition: opacity 0s ease-in, transform .2s ease-in;
transition-delay: .1s; transition-delay: .1s;

View File

@ -25,7 +25,7 @@ html {
} }
body { body {
font-size: 1.05rem; font-size: 1rem;
font-family: $font-primary; font-family: $font-primary;
line-height: 1.6; line-height: 1.6;
overflow-x: hidden; overflow-x: hidden;