feat: gesture img in controls

This commit is contained in:
efim
2023-11-23 15:28:32 +00:00
parent 16ee8a7cd5
commit e3422c0e95
8 changed files with 27 additions and 15 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -570,6 +570,10 @@ video {
height: 3.5rem;
}
.h-16 {
height: 4rem;
}
.h-4\/5 {
height: 80%;
}
@@ -668,14 +672,19 @@ video {
gap: 1.5rem;
}
.gap-y-10 {
row-gap: 2.5rem;
.gap-y-5 {
row-gap: 1.25rem;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-l-full {
border-top-left-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.border {
border-width: 1px;
}
@@ -753,26 +762,21 @@ video {
padding: 1rem;
}
.px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;