FIX - match camera gallery preview to controls

This commit is contained in:
Eichenholz
2026-08-06 13:11:45 +02:00
parent a099007b86
commit e836f4de05
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -680,11 +680,11 @@ onBeforeUnmount(() => {
padding: 0 24px 4px;
}
.camera-latest {
width: 50px;
height: 50px;
width: 44px;
height: 44px;
overflow: hidden;
border: 2px solid #ffffff99;
border-radius: 12px;
border: 0;
border-radius: 50%;
background: #111b;
color: #fff;
display: grid;