forked from Ailur/burgernotes-server
fix the loading anim
This commit is contained in:
parent
cc7a7f70c0
commit
6ad93132a6
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue