From bb0767641d548a16a8ccab871ffcf8c3f17acfda Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 4 Jun 2023 21:57:43 -0400 Subject: Added Status Icon in Comment Avatars --- static/css/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'static/css') diff --git a/static/css/styles.css b/static/css/styles.css index f49bbf44..50672ddf 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -51,6 +51,12 @@ a, /* color: #a591ee; */ color: #d2baff; text-decoration: none; + cursor: pointer; +} + +img.little-staus { + height: 24px; + position: relative; } #fake-banner-ad { -- cgit v1.2.3