Center camera text and bind text with state

This commit is contained in:
Xin Wang
2026-06-02 09:55:38 +08:00
parent 21f6c17388
commit 6cf31c7062
2 changed files with 4 additions and 7 deletions

View File

@@ -277,6 +277,10 @@ body {
.camera-drawer__source {
flex: 1 1 auto;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
min-height: 38px;
font-size: 13px;
font-weight: 600;