Skip to content

Commit e8a5d05

Browse files
authored
Fixes in docs and templates (#235)
* Fixes in docs and templates. * Fixes in docs and templates. * More fixes.
1 parent 58908a7 commit e8a5d05

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

docs/source/blog/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
---
66

77
<style>
8+
h1 {
9+
margin-top: 2.5em !important;
10+
}
11+
812
.content {
913
max-width: 1200px !important;
1014
width: unset !important;

docs/source/playground/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,14 +448,14 @@ <h3>Output preview</h3>
448448
<Label value="Other"/>
449449
</Labels>
450450

451-
<Header value="Listen the audio"/>
451+
<Header value="Listen to the audio"/>
452452
<AudioPlus name="audio" value="$url"/>
453453
</View>
454454
</script>
455455

456456

457457
<script data-template-pk="0" type="text"><View>
458-
<Header value="Listen the audio"/>
458+
<Header value="Listen to the audio"/>
459459
<Audio name="audio" value="$url"/>
460460
<View style="margin-top: 3em">
461461
<Header value="Write the transcription and press enter"/>

docs/themes/htx/source/css/_sidebar.styl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@
4040
font-size: 100%;
4141
ul
4242
border-left: 1px solid rgba(255, 140, 0, 0.2);
43-
font-size: 90%;
43+
font-size: 95%;
4444
ul
4545
border-left: 1px solid rgba(255, 140, 0, 0.1);
46-
font-size: 88%;
4746

4847
.sidebar-link
4948
color: $light

docs/themes/htx/source/css/page.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
.content
3030
position: relative
3131
padding: 2.2em 0
32-
max-width: 800px
32+
max-width: 700px
3333
margin: 0 auto
3434
padding-left: 50px
3535
&.api

label_studio/examples/audio_regions/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
<Label value="Other"/>
1616
</Labels>
1717

18-
<Header value="Listen the audio"/>
18+
<Header value="Listen to the audio"/>
1919
<AudioPlus name="audio" value="$url"/>
2020
</View>

label_studio/examples/audio_transcribe/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- {"title": "Audio transcription", "category": "audio"} -->
22
<View>
3-
<Header value="Listen the audio"/>
3+
<Header value="Listen to the audio"/>
44
<Audio name="audio" value="$url"/>
55
<View style="margin-top: 3em">
66
<Header value="Write the transcription and press enter"/>

0 commit comments

Comments
 (0)