|
@media (max-width: 768px) {
|
|
.container-fluid {
|
|
padding: 0.5rem !important;
|
|
}
|
|
|
|
|
|
.main-container .col-9 {
|
|
width: 100%;
|
|
padding: 0;
|
|
height: calc(100vh - 70px);
|
|
}
|
|
|
|
#recordingInterface {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.card-body.recording-interface-scroll {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 0.75rem !important;
|
|
padding-top: 0.5rem !important;
|
|
}
|
|
|
|
.transcript-container {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 0;
|
|
}
|
|
|
|
.transcript-box {
|
|
flex: 1;
|
|
max-height: none;
|
|
overflow-y: auto;
|
|
margin-bottom: 1rem !important;
|
|
}
|
|
|
|
.recording-controls {
|
|
flex-shrink: 0;
|
|
gap: 0.5rem;
|
|
border-top: 1px solid rgba(0,0,0,0.1);
|
|
margin-bottom: 2px !important;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
.wave-container {
|
|
width: 80vw !important;
|
|
height: 32px !important;
|
|
margin: 0px -16px 0 -16px !important;
|
|
position: absolute !important;
|
|
top: 16px !important;
|
|
left: 50% !important;
|
|
transform: translate(-50%, -100%) !important;
|
|
background: transparent !important;
|
|
border-radius: 0 !important;
|
|
overflow: visible !important;
|
|
}
|
|
|
|
|
|
#settingsPanel {
|
|
position: fixed;
|
|
top: 0;
|
|
right: -100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1050;
|
|
transition: right 0.3s ease;
|
|
background: #fff;
|
|
padding: 0;
|
|
}
|
|
|
|
#settingsPanel.show {
|
|
right: 0;
|
|
}
|
|
|
|
#settingsPanel.col-3 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
|
|
.settings-header {
|
|
padding: 1rem;
|
|
border-bottom: 1px solid #e0e0e0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.settings-close {
|
|
background: none;
|
|
border: none;
|
|
padding: 8px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
|
|
.overlay {
|
|
display: none;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
z-index: 1040;
|
|
}
|
|
|
|
.overlay.show {
|
|
display: block;
|
|
}
|
|
|
|
|
|
.setup-form-container {
|
|
height: calc(100vh - 60px);
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.material-input {
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
|
|
.recording-controls {
|
|
flex-direction: column;
|
|
gap: 0.75rem;
|
|
}
|
|
|
|
.btn-group {
|
|
display: grid;
|
|
grid-template-columns: repeat(3, 1fr);
|
|
gap: 0.375rem;
|
|
width: 100%;
|
|
margin-bottom: 0.75rem;
|
|
}
|
|
|
|
.btn-group .btn {
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0.375rem;
|
|
font-size: 0.875rem;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
|
|
.btn-group #saveBtn {
|
|
grid-column: 1 / 3;
|
|
}
|
|
|
|
.btn-group #rerecordBtn {
|
|
grid-column: 3 / 4;
|
|
}
|
|
|
|
.navigation-controls {
|
|
flex-wrap: wrap;
|
|
gap: 0.5rem;
|
|
}
|
|
|
|
|
|
.transcript-box {
|
|
max-height: calc(100vh - 250px);
|
|
}
|
|
|
|
.recording-header {
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 999;
|
|
background: #fff;
|
|
}
|
|
|
|
.btn-group.mb-4 {
|
|
margin-bottom: 12px !important;
|
|
}
|
|
|
|
.navigation-controls {
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
flex-wrap: nowrap;
|
|
gap: 0.25rem;
|
|
align-items: center;
|
|
}
|
|
|
|
.navigation-controls > button,
|
|
.jump-input-group {
|
|
flex: 0 0 auto;
|
|
}
|
|
|
|
.jump-input-group {
|
|
width: 120px;
|
|
min-width: unset;
|
|
}
|
|
|
|
.jump-input-group input {
|
|
padding: 0.25rem;
|
|
font-size: 0.875rem;
|
|
}
|
|
|
|
.jump-input-group button {
|
|
padding: 0.25rem;
|
|
}
|
|
|
|
.jump-input-group .btn {
|
|
display: none;
|
|
}
|
|
|
|
.jump-input-group .form-control {
|
|
border-radius: 24px !important;
|
|
padding-right: 8px;
|
|
}
|
|
|
|
.navigation-controls > .ms-auto {
|
|
flex: 1 1 100%;
|
|
order: 1;
|
|
margin-top: 0.5rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.navigation-controls > .ms-auto {
|
|
display: none;
|
|
}
|
|
|
|
.btn-group {
|
|
grid-template-columns: repeat(2, 1fr);
|
|
gap: 0.8rem;
|
|
}
|
|
|
|
.btn-group .btn {
|
|
padding: 0.25rem;
|
|
font-size: 0.8125rem;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.transcript-box {
|
|
margin-bottom: 0.75rem !important;
|
|
}
|
|
|
|
.disabled-interface .recording-header {
|
|
pointer-events: auto;
|
|
opacity: 1;
|
|
}
|
|
|
|
|
|
|
|
.recording-controls {
|
|
padding: 16px !important;
|
|
padding-top: 12px !important;
|
|
padding-bottom: 24px !important;
|
|
left: 0;
|
|
width: 100%;
|
|
bottom: 0;
|
|
position: fixed;
|
|
background: #fff;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
|
|
.btn-group {
|
|
display: grid !important;
|
|
grid-template-columns: 1fr 1fr !important;
|
|
gap: 8px !important;
|
|
width: 100% !important;
|
|
margin-bottom: 12px !important;
|
|
margin-top: 12px !important;
|
|
}
|
|
|
|
|
|
#recordBtn {
|
|
grid-column: 1 / -1 !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
|
|
#playBtn, #rerecordBtn {
|
|
width: 100% !important;
|
|
}
|
|
|
|
|
|
#saveBtn {
|
|
grid-column: 1 / -1 !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
|
|
.navigation-controls {
|
|
display: grid !important;
|
|
grid-template-columns: repeat(2, 1fr) !important;
|
|
gap: 8px !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
|
|
#prevBtn, #skipBtn {
|
|
width: 100% !important;
|
|
}
|
|
|
|
|
|
.jump-input-group {
|
|
grid-column: 1 / -1 !important;
|
|
width: 100% !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.jump-input-group .form-control {
|
|
width: 100% !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
|
|
.navigation-controls .ms-auto {
|
|
grid-column: 1 / -1 !important;
|
|
text-align: center !important;
|
|
margin-top: 8px !important;
|
|
}
|
|
|
|
|
|
.transcript-container {
|
|
margin-bottom: 180px !important;
|
|
}
|
|
|
|
|
|
.btn {
|
|
min-height: 44px !important;
|
|
display: flex !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
}
|
|
|
|
|
|
.navigation-controls {
|
|
display: flex !important;
|
|
flex-direction: row !important;
|
|
justify-content: space-between !important;
|
|
gap: 8px !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
|
|
#prevBtn, #skipBtn {
|
|
width: 80px !important;
|
|
padding: 8px 4px !important;
|
|
font-size: 13px !important;
|
|
}
|
|
|
|
|
|
.jump-input-group {
|
|
flex: 1 !important;
|
|
width: auto !important;
|
|
margin: 0 8px !important;
|
|
}
|
|
|
|
.jump-input-group .form-control {
|
|
height: 36px !important;
|
|
padding: 4px 8px !important;
|
|
font-size: 13px !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
|
|
.navigation-controls .ms-auto {
|
|
display: none !important;
|
|
}
|
|
|
|
|
|
.navigation-controls .btn,
|
|
.jump-input-group .form-control {
|
|
min-height: 36px !important;
|
|
}
|
|
|
|
.d-none.d-md-inline-block {
|
|
display: none !important;
|
|
}
|
|
|
|
|
|
.d-flex.justify-content-between.align-items-center.pt-3.pb-3 {
|
|
padding-top: 2px !important;
|
|
padding-bottom: 10px !important;
|
|
}
|
|
|
|
|
|
.btn-outline-primary {
|
|
padding: 6px 16px;
|
|
font-size: 13px;
|
|
height: 32px;
|
|
min-width: 72px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
|
|
.pt-3 {
|
|
padding-top: 12px !important;
|
|
}
|
|
|
|
.pb-3 {
|
|
padding-bottom: 12px !important;
|
|
}
|
|
|
|
|
|
.gap-3 {
|
|
gap: 8px !important;
|
|
}
|
|
|
|
|
|
.d-flex.justify-content-between.align-items-center .btn-outline-primary {
|
|
padding: 6px 16px !important;
|
|
font-size: 13px !important;
|
|
height: 32px !important;
|
|
min-width: 72px !important;
|
|
display: flex !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
border: 1px solid #dadce0 !important;
|
|
color: #1a73e8 !important;
|
|
background: transparent !important;
|
|
font-weight: 500 !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
|
|
.d-flex.justify-content-between.align-items-center .btn-outline-primary:hover {
|
|
background-color: #f6fafe !important;
|
|
border-color: #1a73e8 !important;
|
|
color: #1557b0 !important;
|
|
}
|
|
} |