diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index 8bb8b5a..518c377 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -3370,7 +3370,7 @@ p:last-child { margin-bottom: 0; } .cam-stage { display: flex; flex-direction: row; - align-items: flex-end; + align-items: center; justify-content: center; gap: 12px; padding-bottom: 4px; @@ -3386,7 +3386,6 @@ p:last-child { margin-bottom: 0; } position: relative; overflow: hidden; flex-shrink: 0; - align-self: center; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); @@ -3456,6 +3455,7 @@ p:last-child { margin-bottom: 0; } flex-direction: column; align-items: flex-start; flex-shrink: 0; + transform: translateY(-12px); } .pc-body { width: 90px; @@ -3610,6 +3610,7 @@ p:last-child { margin-bottom: 0; } flex-direction: column; align-items: center; flex-shrink: 0; + transform: translateY(12px); } .vc-camera { display: flex;