@ynput/ayon-react-components 1.7.1 → 1.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2501,13 +2501,14 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2501
2501
|
.playable {
|
|
2502
2502
|
display: none;
|
|
2503
2503
|
}
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
.
|
|
2510
|
-
|
|
2504
|
+
}
|
|
2505
|
+
|
|
2506
|
+
/* hide everything on bottom but the status icon */
|
|
2507
|
+
@container card (inline-size < 85px) {
|
|
2508
|
+
.row-bottom {
|
|
2509
|
+
.tag.users,
|
|
2510
|
+
.tag.priority {
|
|
2511
|
+
visibility: hidden;
|
|
2511
2512
|
}
|
|
2512
2513
|
}
|
|
2513
2514
|
}
|