feat: gesture img in controls
This commit is contained in:
BIN
routes/static/images/change-topic.png
Normal file
BIN
routes/static/images/change-topic.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
routes/static/images/clarifying-q.png
Normal file
BIN
routes/static/images/clarifying-q.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
routes/static/images/expand.png
Normal file
BIN
routes/static/images/expand.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
routes/static/images/meta.png
Normal file
BIN
routes/static/images/meta.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
routes/static/images/probing-q.png
Normal file
BIN
routes/static/images/probing-q.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user