From 98c4f7d599d6d240b36898e0a194bb5293db95b1 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 4 Sep 2022 21:19:05 +0000 Subject: [PATCH] Stash --- divent/static/css/global.css | 13 ++++++++++++- divent/templates/guilds.html.j2 | 2 +- poetry.lock | 26 +++++++++++++------------- 3 files changed, 26 insertions(+), 15 deletions(-) diff --git a/divent/static/css/global.css b/divent/static/css/global.css index f420b5d..276a23e 100644 --- a/divent/static/css/global.css +++ b/divent/static/css/global.css @@ -16,7 +16,18 @@ body { } #avatars { - text-align: center; + display: flex; + align-items: center; + justify-content: space-around; +} + +#avatars img { + border-radius: 50%; +} + +#dots { + font-size: xx-large; + opacity: 0.2; } #content { diff --git a/divent/templates/guilds.html.j2 b/divent/templates/guilds.html.j2 index 33506df..58dbdb4 100644 --- a/divent/templates/guilds.html.j2 +++ b/divent/templates/guilds.html.j2 @@ -6,7 +6,7 @@ alt="{{ _('Bot Logo') }}" width="80" height="80"/> - ... +