fix: bottom bar 100px, items aligned to bottom center
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -107,13 +107,13 @@
|
|||||||
}
|
}
|
||||||
.bottom-bar {
|
.bottom-bar {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: stretch;
|
align-items: flex-end;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
background: #0d0d20;
|
background: #0d0d20;
|
||||||
border-top: 1px solid #222;
|
border-top: 1px solid #222;
|
||||||
height: 80px;
|
height: 100px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
.cam-thumb {
|
.cam-thumb {
|
||||||
|
|||||||
Reference in New Issue
Block a user