From d61fa9b8747154df823536351dfc28e49c9829f6 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Fri, 13 Nov 2020 22:58:22 +0300 Subject: [PATCH] Add Fediverse logo icon; fix styles --- themes/starter/layout/_partial/svgfont.ejs | 26 +++++++++++++++++++ themes/starter/layout/fediverse.ejs | 8 +++--- .../assets/scss/modules/_chronicles.scss | 2 +- .../source/assets/scss/modules/_index.scss | 2 +- 4 files changed, 33 insertions(+), 5 deletions(-) diff --git a/themes/starter/layout/_partial/svgfont.ejs b/themes/starter/layout/_partial/svgfont.ejs index 3586757..77ac3b5 100644 --- a/themes/starter/layout/_partial/svgfont.ejs +++ b/themes/starter/layout/_partial/svgfont.ejs @@ -74,4 +74,30 @@ + + + + diff --git a/themes/starter/layout/fediverse.ejs b/themes/starter/layout/fediverse.ejs index f6e1ed4..e9a164f 100644 --- a/themes/starter/layout/fediverse.ejs +++ b/themes/starter/layout/fediverse.ejs @@ -17,7 +17,10 @@ layout: layout
-

Fediverse

<%= fv.definition %> +

Fediverse + Fediverse logo +

+ <%= fv.definition %>

<%= fv.preamble %>

@@ -83,8 +86,7 @@ layout: layout

<%= fv.info %>

- <%- __('joinF') %> - * alternative lists of servers can be found on network pages under “join the network” title + <%- __('joinF') %>

diff --git a/themes/starter/source/assets/scss/modules/_chronicles.scss b/themes/starter/source/assets/scss/modules/_chronicles.scss index 8b0cc72..df3192c 100644 --- a/themes/starter/source/assets/scss/modules/_chronicles.scss +++ b/themes/starter/source/assets/scss/modules/_chronicles.scss @@ -68,7 +68,7 @@ .post__preview:not(.wanted):not(.featured) { flex: 32% 0 0; - height: 270px; + height: 290px; } .post__preview:not(.wanted):not(.featured) .post__meta { diff --git a/themes/starter/source/assets/scss/modules/_index.scss b/themes/starter/source/assets/scss/modules/_index.scss index 12b8f8e..d70fe65 100644 --- a/themes/starter/source/assets/scss/modules/_index.scss +++ b/themes/starter/source/assets/scss/modules/_index.scss @@ -109,7 +109,7 @@ left: 85%; } -.f-PixelFed { +.f-Pixelfed { top: 74%; left: 7%; }