We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9693392 commit b77cb59Copy full SHA for b77cb59
1 file changed
sass/style.scss
@@ -276,6 +276,7 @@ main {
276
width: 100%;
277
padding-bottom: 56.25%; /* 16:9 aspect ratio */
278
background-color: var(--bg-tertiary);
279
+ border: 1px solid var(--border-color);
280
border-radius: 8px;
281
overflow: hidden;
282
}
@@ -300,7 +301,7 @@ main {
300
301
align-items: center;
302
justify-content: center;
303
color: var(--text-tertiary);
-}
304
+ }
305
306
.video-placeholder-icon {
307
font-size: 3rem;
0 commit comments