From b9dcd46ea5ab202cea00a429558854a6f981fd6d Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sat, 22 Jun 2024 23:16:26 -0500 Subject: [PATCH] fix missing settings icon --- webpage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpage/style.css b/webpage/style.css index de29242..69db6d1 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -585,7 +585,7 @@ textarea { #userdock { background-color: var(--user-dock-bg); - width: 100%; + width: 2.5in; position: absolute; bottom: 0; }