improve mobile layout of the subscriptions page

This commit is contained in:
Bnyro
2022-07-28 19:58:57 +02:00
parent d35ad02c7c
commit aaeac2ff7f
2 changed files with 7 additions and 11 deletions

View File

@@ -106,7 +106,7 @@ b {
}
.btn {
@apply py-2 px-4 rounded cursor-pointer;
@apply h-full py-2 <md:(px-2) md:(px-4) rounded cursor-pointer;
}
.reset {
@@ -132,10 +132,6 @@ b {
@apply h-8;
}
.btn {
@apply h-full;
}
.checkbox {
@apply h-4 w-4;
}