camera: taller viewport (16/14), less bottom margin (4px)
This commit is contained in:
+2
-2
@@ -435,8 +435,8 @@
|
|||||||
═══════════════════════════════════════════════════════════════════════ */
|
═══════════════════════════════════════════════════════════════════════ */
|
||||||
.camera-area {
|
.camera-area {
|
||||||
position: relative; background: #0a0b0f; border-radius: var(--radius-sm);
|
position: relative; background: #0a0b0f; border-radius: var(--radius-sm);
|
||||||
aspect-ratio: 16/12; display: flex; align-items: center; justify-content: center;
|
aspect-ratio: 16/14; display: flex; align-items: center; justify-content: center;
|
||||||
overflow: hidden; margin-bottom: 8px;
|
overflow: hidden; margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
.camera-area video { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
|
.camera-area video { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
|
||||||
.camera-placeholder { text-align: center; z-index: 1; cursor: pointer; }
|
.camera-placeholder { text-align: center; z-index: 1; cursor: pointer; }
|
||||||
|
|||||||
Reference in New Issue
Block a user