chore(mobile view): more mobile view improvements e.g. item sizes

This commit is contained in:
2026-07-31 20:23:38 +02:00
parent 9edde535bb
commit 5d07d33eaa
3 changed files with 33 additions and 9 deletions
+5 -1
View File
@@ -44,7 +44,11 @@
}
.ui-btn {
@apply text-ctp-text border border-ctp-text rounded px-3 py-1 cursor-pointer transition-colors;
@apply text-ctp-text border border-ctp-text rounded px-3 py-1 min-w-8 2xl:min-w-36 text-center cursor-pointer transition-colors;
}
.theme-ui-btn {
@apply text-ctp-text border border-ctp-text rounded px-3 py-1 min-w-10 text-center cursor-pointer transition-colors;
}
.ui-btn:hover {