интерфейс камеры откорректирован

This commit is contained in:
Tot Maxim
2026-05-11 14:46:01 +03:00
parent f4a21e6974
commit 02e6bd7b47
3 changed files with 8 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ h1 {
display: grid;
grid-template-columns: 1fr;
gap: 12px;
align-items: stretch;
}
@media (min-width: 900px) {
@@ -39,6 +40,10 @@ h1 {
padding: 14px;
background: rgba(0,255,136,0.05);
overflow: hidden;
height: 100%;
display: flex;
flex-direction: column;
}
.card h3 {
@@ -236,7 +241,7 @@ h1 {
/* LEFT */
.left {
flex: 1;
flex: 1 1 auto;
min-width: 300px;
padding: 10px;
}