Adjust camera stage alignment and add vertical transformations for improved layout
This commit is contained in:
@@ -3370,7 +3370,7 @@ p:last-child { margin-bottom: 0; }
|
||||
.cam-stage {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: flex-end;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 12px;
|
||||
padding-bottom: 4px;
|
||||
@@ -3386,7 +3386,6 @@ p:last-child { margin-bottom: 0; }
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
align-self: center;
|
||||
background-image:
|
||||
linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
|
||||
linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
|
||||
@@ -3456,6 +3455,7 @@ p:last-child { margin-bottom: 0; }
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
flex-shrink: 0;
|
||||
transform: translateY(-12px);
|
||||
}
|
||||
.pc-body {
|
||||
width: 90px;
|
||||
@@ -3610,6 +3610,7 @@ p:last-child { margin-bottom: 0; }
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
transform: translateY(12px);
|
||||
}
|
||||
.vc-camera {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user