diff --git a/packages/design-system/src/css/style.css b/packages/design-system/src/css/style.css index 7fc951496..551e26c62 100644 --- a/packages/design-system/src/css/style.css +++ b/packages/design-system/src/css/style.css @@ -9,6 +9,8 @@ @config '../../tailwind.config.ts'; +@custom-variant touch (@media (hover: none)); + @theme { --text-xxs: 0.625rem; --text-xxs--line-height: calc(1 / 0.625); diff --git a/src/components/common/TreeExplorerTreeNode.vue b/src/components/common/TreeExplorerTreeNode.vue index 186769c19..cea8ba451 100644 --- a/src/components/common/TreeExplorerTreeNode.vue +++ b/src/components/common/TreeExplorerTreeNode.vue @@ -28,7 +28,7 @@ />
diff --git a/src/platform/assets/components/MediaAssetCard.vue b/src/platform/assets/components/MediaAssetCard.vue index 4514846fc..07992e9c5 100644 --- a/src/platform/assets/components/MediaAssetCard.vue +++ b/src/platform/assets/components/MediaAssetCard.vue @@ -68,9 +68,10 @@ - - @@ -124,7 +131,7 @@