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