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 {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
align-items: flex-end;
|
||||
justify-content: center;
|
||||
gap: 6px;
|
||||
padding: 4px 8px;
|
||||
background: #0d0d20;
|
||||
border-top: 1px solid #222;
|
||||
height: 80px;
|
||||
height: 100px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.cam-thumb {
|
||||
|
||||
Reference in New Issue
Block a user