From b67d6d75e170f73487d524289c1ddbfdc99c3b9b Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Mon, 23 Mar 2020 21:16:17 +0100 Subject: Fix the size of the contributor's icons Signed-off-by: Max Magorsch --- css/planet-tyrian.css | 6 ++++++ tyrian-contributors.html.erb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/css/planet-tyrian.css b/css/planet-tyrian.css index 07b2367..49d86c3 100644 --- a/css/planet-tyrian.css +++ b/css/planet-tyrian.css @@ -145,3 +145,9 @@ kbd { padding: .1rem .2rem!important; background-color: #424242!important; } + +.contributor-icon { + border-radius: 6px; + width:80px; + height:80px; +} diff --git a/tyrian-contributors.html.erb b/tyrian-contributors.html.erb index ddd160c..2bb0f5b 100644 --- a/tyrian-contributors.html.erb +++ b/tyrian-contributors.html.erb @@ -126,7 +126,7 @@
- +

<%= feed.author %> (<%= feed.title %>)

-- cgit v1.2.3-65-gdbad