UI improvements

This commit is contained in:
Quentin Fuxa 2025-02-26 21:26:24 +01:00
parent 8aa3c760c7
commit 9d5d6d8031

View file

@ -86,7 +86,7 @@
}
#linesTranscript p {
margin: 5px 0;
margin: 0px 0;
}
#linesTranscript strong {
@ -94,10 +94,11 @@
}
#speaker {
background-color: #dcefff;
border-radius: 30px;
background-color: #ff4d4d27;
border-radius: 8px 8px 8px 0px;
padding: 2px 10px;
font-size: 14px;
margin-bottom: 0px;
}
#timeInfo {
@ -107,10 +108,12 @@
.textcontent {
font-size: 16px;
margin-left: 10px;
/* margin-left: 10px; */
padding-left: 10px;
border-left: 2px solid #dcefff;
border-left: 2px solid #ff4d4d27;
margin-bottom: 10px;
margin-top: 1px;
padding-top: 5px;
}
.buffer {
@ -147,10 +150,11 @@
.loading {
color: #666;
background-color: #eff9ff;
font-size: 14px;
border-radius: 30px;
background-color: #ff4d4d0f;
border-radius: 8px 8px 8px 0px;
padding: 2px 10px;
font-size: 14px;
margin-bottom: 0px;
}
</style>
</head>