From 6ad93132a6e233395f49958d799ef25e6780e567 Mon Sep 17 00:00:00 2001 From: maaa Date: Tue, 27 Feb 2024 23:46:07 +0100 Subject: [PATCH] fix the loading anim --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 1eb19c1..26e6245 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -261,8 +261,8 @@ body { overflow-y: scroll; } -.notesBar .noteButton { - width: calc(100% - 5px - 5px); +.notesBar .noteButton, .notesBar .loadingStuff { + width: calc(100% - 7px - 7px - 3.5px); height: 35px; line-height: 0px; padding: 10px;