한신대 피드백 개선팩 반영
This commit is contained in:
parent
5a9c110c11
commit
6b6241f468
25 changed files with 1247 additions and 94 deletions
|
|
@ -906,6 +906,8 @@
|
|||
}
|
||||
.sx-transcript__scroll {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
scrollbar-width: none;
|
||||
max-height: none;
|
||||
flex: 1;
|
||||
min-height: 160px;
|
||||
|
|
@ -913,6 +915,10 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.sx-transcript__scroll::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
.sx-transcript__empty {
|
||||
min-height: 100%;
|
||||
display: grid;
|
||||
|
|
@ -3686,6 +3692,9 @@
|
|||
.sx-mobile-context__row span {
|
||||
padding: 7px 6px;
|
||||
}
|
||||
.sx-page--active .sx-transcript__scroll {
|
||||
min-height: 152px;
|
||||
}
|
||||
.sx-page--active .sx-controlbar {
|
||||
padding: 8px;
|
||||
gap: 8px;
|
||||
|
|
@ -3833,6 +3842,25 @@
|
|||
.sx-page--active .sx-stage__now {
|
||||
display: none;
|
||||
}
|
||||
.sx-page--active .sx-transcript__scroll {
|
||||
min-height: 110px;
|
||||
}
|
||||
.sx-page--active .sx-transcript__empty {
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
gap: 2px;
|
||||
padding: 2px 0;
|
||||
}
|
||||
.sx-page--active .sx-transcript__empty-dot {
|
||||
display: none;
|
||||
}
|
||||
.sx-page--active .sx-transcript__empty b {
|
||||
font-size: 12px;
|
||||
line-height: 1.25;
|
||||
}
|
||||
.sx-page--active .sx-transcript__empty span {
|
||||
font-size: 11px;
|
||||
line-height: 1.25;
|
||||
}
|
||||
.sx-page--active .sx-mic-block__ms {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -3900,14 +3928,18 @@
|
|||
height: 58px !important;
|
||||
}
|
||||
.sx-page--active .sx-transcript {
|
||||
padding: 6px 8px;
|
||||
padding: 3px 6px;
|
||||
}
|
||||
.sx-page--active .sx-transcript__head {
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.sx-page--active .sx-transcript__empty {
|
||||
gap: 8px;
|
||||
padding: 8px 6px;
|
||||
}
|
||||
.sx-page--active .sx-compose {
|
||||
margin-top: 5px;
|
||||
padding-top: 5px;
|
||||
margin-top: 3px;
|
||||
padding-top: 3px;
|
||||
}
|
||||
.sx-page--active .sx-compose textarea {
|
||||
min-height: 36px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue