more cleanup.

This commit is contained in:
2023-10-28 20:27:00 -07:00
parent 855c23f4ae
commit e8a419fb3c
9 changed files with 142 additions and 121 deletions

View File

@@ -31,10 +31,9 @@
@apply opacity-100 !important;
@apply scale-100 !important;
@apply -translate-x-1/2 !important;
}
.htmx-added.swipe-left-swap , .htmx-added .swipe-left-swap{
.swipe-left-swap {
@apply opacity-100;
@apply scale-100;
@apply translate-x-0;

File diff suppressed because one or more lines are too long