From 36a1f49b473e6948fa385bc627d9b30c28548a74 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Wed, 1 Jun 2022 19:32:45 +0200 Subject: [PATCH] wip --- steam_chat_viewer/static/style.css | 5 +++++ steam_chat_viewer/templates/home.html | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/steam_chat_viewer/static/style.css b/steam_chat_viewer/static/style.css index e69de29..16023e1 100644 --- a/steam_chat_viewer/static/style.css +++ b/steam_chat_viewer/static/style.css @@ -0,0 +1,5 @@ +.contact { + display: inline list-item; +} + +.message .meta diff --git a/steam_chat_viewer/templates/home.html b/steam_chat_viewer/templates/home.html index bd9a448..dca27a4 100644 --- a/steam_chat_viewer/templates/home.html +++ b/steam_chat_viewer/templates/home.html @@ -13,20 +13,20 @@