diff --git a/src/components/NavMenu.vue b/src/components/NavMenu.vue index 8289af05..35250706 100644 --- a/src/components/NavMenu.vue +++ b/src/components/NavMenu.vue @@ -786,7 +786,7 @@ transform: translateY(-50%); } - @container (max-width: 250px) { + @container (max-width: 220px) { .nav-shortcut-hint { display: none; } diff --git a/src/components/ui/data-table/DataTableLayout.vue b/src/components/ui/data-table/DataTableLayout.vue index 12072142..c6efc9c1 100644 --- a/src/components/ui/data-table/DataTableLayout.vue +++ b/src/components/ui/data-table/DataTableLayout.vue @@ -15,7 +15,7 @@