세션 평가와 교수자 분석 보강
This commit is contained in:
parent
5c4ac04e06
commit
fe2796f05a
51 changed files with 4928 additions and 240 deletions
|
|
@ -3111,6 +3111,55 @@
|
|||
.sx-page--active .sx-col-right {
|
||||
display: none;
|
||||
}
|
||||
.sx-page--active.sx-feedback-coached .sx-grid {
|
||||
grid-template-rows: auto minmax(0, 1fr) auto;
|
||||
}
|
||||
.sx-page--active.sx-feedback-coached .sx-col-right {
|
||||
display: flex;
|
||||
grid-column: 1;
|
||||
grid-row: 3;
|
||||
min-height: 0;
|
||||
overflow: visible;
|
||||
}
|
||||
.sx-page--active.sx-feedback-coached .sx-col-right .sx-meters,
|
||||
.sx-page--active.sx-feedback-coached .sx-col-right .sx-safety,
|
||||
.sx-page--active.sx-feedback-coached .sx-signal__head,
|
||||
.sx-page--active.sx-feedback-coached .sx-signal__one,
|
||||
.sx-page--active.sx-feedback-coached .sx-signal__rest,
|
||||
.sx-page--active.sx-feedback-coached .sx-signal__wave,
|
||||
.sx-page--active.sx-feedback-coached .sx-signal__rows,
|
||||
.sx-page--active.sx-feedback-coached .sx-signal__seq,
|
||||
.sx-page--active.sx-feedback-coached .sx-signal__defer {
|
||||
display: none;
|
||||
}
|
||||
.sx-page--active.sx-feedback-coached .sx-col-right .sx-signal {
|
||||
padding: 8px;
|
||||
overflow: visible;
|
||||
}
|
||||
.sx-page--active.sx-feedback-coached .sx-coach-card {
|
||||
grid-template-columns: 34px minmax(0, 1fr);
|
||||
gap: 8px;
|
||||
margin-top: 0;
|
||||
}
|
||||
.sx-page--active.sx-feedback-coached .sx-coach-avatar {
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
}
|
||||
.sx-page--active.sx-feedback-coached .sx-coach-avatar__face {
|
||||
left: 9px;
|
||||
right: 9px;
|
||||
top: 12px;
|
||||
}
|
||||
.sx-page--active.sx-feedback-coached .sx-coach-bubble {
|
||||
padding: 8px 10px;
|
||||
gap: 5px;
|
||||
}
|
||||
.sx-page--active.sx-feedback-coached .sx-coach-bubble blockquote {
|
||||
display: none;
|
||||
}
|
||||
.sx-page--active.sx-feedback-coached .sx-coach-bubble__actions {
|
||||
display: none;
|
||||
}
|
||||
.sx-head {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue