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