layout and design improvements

This commit is contained in:
Sara
2023-09-20 15:56:49 +02:00
parent 44f22664a1
commit fe510238c0
14 changed files with 224 additions and 247 deletions

View File

@@ -12,18 +12,6 @@ body {
background: white;
}
.temp-transcription {
background: rgb(151 190 255);
border-radius: 5px;
border: solid 1px #808080;
margin: 1em 0;
}
.temp-transcription h2 {
font-weight: bold;
font-size: 130%;
}
.Dropdown-placeholder {
text-wrap: nowrap;
}
@@ -31,8 +19,6 @@ body {
top: 47% !important;
}
@media (max-width: 768px) {
.audio-source-dropdown .Dropdown-control {
max-width: 200px;
}
.Dropdown-control.Dropdown-disabled {
background-color: lightgray;
}