We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df6f2d commit 1626e64Copy full SHA for 1626e64
‎src/components/VideoCarousel.svelte
@@ -81,6 +81,7 @@
81
display: grid;
82
grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
83
margin-top: 2rem;
84
+ gap: 0.5rem;
85
}
86
p {
87
text-align: center;
@@ -91,8 +92,13 @@
91
92
flex-direction: column;
93
align-items: center;
94
95
+ .thumbnail-container :global(button span) {
96
+ display: flex;
97
+ flex-direction: column;
98
+ align-items: center;
99
+ }
100
.thumbnail-image {
- min-height: 148px;
101
+ height: 148px;
102
aspect-ratio: 16 / 9;
103
background-size: cover;
104
background-position: center;
@@ -118,7 +124,7 @@
118
124
119
125
120
126
width: 128px;
121
- min-height: 72px;
127
+ height: 72px;
122
128
123
129
130
0 commit comments