From 3d12b63ab60c65307331ed4560d60410f95febac Mon Sep 17 00:00:00 2001 From: Dominic Zimmer Date: Thu, 13 Aug 2020 13:11:08 +0200 Subject: [PATCH] Add onlineicon test --- index.html | 19 ++++++++++++++++--- static/js/main.js | 11 +++++++++-- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index bc94318..6970b87 100644 --- a/index.html +++ b/index.html @@ -25,6 +25,16 @@ height: 1.2em; border-radius: 0.6em; } + + .online { + display: inline-block; + width: 24px; + height: 24px; + margin: 0; + } + .name { + display: flex; + } @@ -45,8 +55,11 @@