We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027f066 commit 0e20251Copy full SHA for 0e20251
todoqueue_frontend/src/components/tasks/Tasks.css
@@ -21,6 +21,19 @@
21
white-space: initial;
22
}
23
24
+.empty-state.hide {
25
+ top: -300px;
26
+}
27
+
28
+.empty-state.show {
29
+ top: 100px;
30
31
32
+.empty-state h3 {
33
+ word-wrap: break-word;
34
+ word-break: break-word;
35
36
37
.arrow-up {
38
width: 0;
39
height: 0;
@@ -34,19 +47,6 @@
47
margin-top: 20px;
48
49
-.empty-state.hide {
- top: -100px;
-}
40
-
41
-.empty-state.show {
42
- top: 100px;
43
44
45
-.empty-state h3 {
46
- word-wrap: break-word;
- word-break: break-word;
50
@keyframes bounce-select-prompt {
51
52
0%,
0 commit comments