fix the loading anim

This commit is contained in:
maaa 2024-02-27 23:46:07 +01:00
parent cc7a7f70c0
commit 6ad93132a6
1 changed files with 2 additions and 2 deletions

View File

@ -261,8 +261,8 @@ body {
overflow-y: scroll; overflow-y: scroll;
} }
.notesBar .noteButton { .notesBar .noteButton, .notesBar .loadingStuff {
width: calc(100% - 5px - 5px); width: calc(100% - 7px - 7px - 3.5px);
height: 35px; height: 35px;
line-height: 0px; line-height: 0px;
padding: 10px; padding: 10px;