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 @@