Card size

This commit is contained in:
2026-05-01 21:29:46 +02:00
parent 94a2ef340e
commit 7dfaa59243
2 changed files with 26 additions and 21 deletions

View File

@@ -425,7 +425,7 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
.student-lesson {
height: 100dvh;
display: grid;
grid-template-rows: auto minmax(0, 1fr) auto auto auto;
grid-template-rows: auto minmax(0, 1fr) auto auto;
gap: 0.75rem;
padding: 0.75rem;
overflow: hidden;
@@ -493,6 +493,7 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
}
.lesson-asset-toolbar {
flex: 0 0 auto;
justify-content: flex-end;
}
.lesson-asset-toolbar strong {
min-width: 0;
@@ -501,7 +502,8 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
white-space: nowrap;
}
.lesson-asset-actions button {
padding: 0.6rem 0.8rem;
padding: 0.45rem 0.65rem;
font-size: 0.9rem;
}
.lesson-asset-open {
min-height: 0;
@@ -727,9 +729,9 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
}
.student-lesson {
gap: 0.55rem;
padding: 0.5rem;
grid-template-rows: auto minmax(0, 1fr) auto auto auto;
gap: 0.45rem;
padding: 0.45rem 0;
grid-template-rows: auto minmax(0, 1fr) auto auto;
}
.lesson-topbar {
@@ -752,13 +754,16 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
}
.lesson-display {
padding: 0.85rem;
border-radius: 16px;
padding: 0.65rem 0;
border-left: 0;
border-right: 0;
border-radius: 0;
}
.teacher-transcript {
max-height: 2.35rem;
max-height: 2.15rem;
font-size: 0.9rem;
padding: 0 0.65rem;
}
.lesson-display-head,
@@ -766,6 +771,7 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
align-items: center;
flex-direction: row;
gap: 0.5rem;
padding: 0 0.65rem;
}
.lesson-asset-actions {
@@ -774,21 +780,22 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
}
.lesson-asset-actions button {
padding: 0.45rem 0.55rem;
font-size: 0.86rem;
}
.lesson-asset-toolbar strong {
font-size: 0.95rem;
padding: 0.35rem 0.55rem;
font-size: 0.82rem;
border-radius: 10px;
}
.lesson-asset-open img {
max-height: none;
border-left: 0;
border-right: 0;
border-radius: 0;
}
.lesson-composer {
grid-template-columns: 1fr 1fr;
gap: 0.5rem;
padding: 0 0.45rem;
}
.lesson-composer input {