10 lines
226 B
CSS
10 lines
226 B
CSS
/* Project-specific tweaks that go beyond Tailwind utility classes */
|
|
|
|
#camera-status {
|
|
pointer-events: none;
|
|
}
|
|
|
|
video#video {
|
|
transform: scaleX(-1); /* mirror the preview so it feels like a mirror, not a rear camera */
|
|
}
|