From 2ac05814cb3f4b3b368ed909c7224b983304c2a7 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Mon, 29 Jan 2024 18:58:58 -0600 Subject: [PATCH] Better formatting --- static/style.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index b7d1450..d8ccacd 100644 --- a/static/style.css +++ b/static/style.css @@ -112,9 +112,16 @@ a { height: 64px; position: absolute; bottom: 0px; - border-top-right-radius: 15px; - /* border-right: 2px gray solid; - border-top: 2px gray solid; */ + left: 74px; + border-radius: 50px; + border: 2px gray solid; + transform: scale(0.8); +} + +.activity > .smallimg:hover { + border: 2px white solid; + transform: scale(1); + } a:hover {