mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
fix: use tailwind to set animation style
This commit is contained in:
@@ -724,16 +724,6 @@ li p:last-child,
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.loader-reverse {
|
||||
-webkit-animation: spin 2s infinite linear reverse;
|
||||
animation: spin 2s infinite linear reverse;
|
||||
}
|
||||
|
||||
.loader {
|
||||
-webkit-animation: spin 2s infinite linear;
|
||||
animation: spin 2s infinite linear;
|
||||
}
|
||||
|
||||
.canceled,
|
||||
.done {
|
||||
text-decoration: line-through;
|
||||
|
||||
Reference in New Issue
Block a user