feat(qr): improve mobile UX for scanner and generator

This commit is contained in:
2026-03-04 05:21:53 +00:00
parent a367d364df
commit 4711102407
3 changed files with 114 additions and 46 deletions

View File

@@ -492,9 +492,11 @@ const isUrl = (string) => {
}
.switch-camera-btn {
position: absolute;
top: 1rem;
right: 1rem;
position: absolute !important;
top: auto !important;
left: auto !important;
bottom: 0.75rem !important;
right: 0.75rem !important;
background: rgba(0, 0, 0, 0.4);
border: 1px solid rgba(255, 255, 255, 0.2);
color: #fff;