mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-25 11:19:59 +01:00
Compare commits
3 Commits
882437bd16
...
cc0382870c
Author | SHA1 | Date | |
---|---|---|---|
|
cc0382870c | ||
|
a70a5c6ab2 | ||
|
08c078566a |
@ -239,6 +239,21 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (width >= 1000px) {
|
||||||
|
:deep(.shaka-bottom-controls) {
|
||||||
|
/* remove some bottom padding since the seek bar is above */
|
||||||
|
padding-bottom: 0;
|
||||||
|
|
||||||
|
/* make seekbar take full width on non-mobile devices */
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* increase height of captions area since we remove the padding-bottom below the seekbar */
|
||||||
|
:deep(.shaka-controls-container[shown='true']~.shaka-text-container) {
|
||||||
|
bottom: 12.5%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (width <=1350px) {
|
@media only screen and (width <=1350px) {
|
||||||
:deep(.theatre-button) {
|
:deep(.theatre-button) {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -686,20 +686,23 @@ Channel:
|
|||||||
Shorts:
|
Shorts:
|
||||||
This channel does not currently have any shorts: ''
|
This channel does not currently have any shorts: ''
|
||||||
Live:
|
Live:
|
||||||
Live: ''
|
Live: 'Regstreeks'
|
||||||
This channel does not currently have any live streams: ''
|
This channel does not currently have any live streams: 'Hierdie kanaal het tans
|
||||||
|
geen rekstreekse stromings nie'
|
||||||
Playlists:
|
Playlists:
|
||||||
Playlists: ''
|
Playlists: 'Afspeellyste'
|
||||||
This channel does not currently have any playlists: ''
|
This channel does not currently have any playlists: 'Hierdie kanaal het tans geen
|
||||||
|
afspeellyste nie'
|
||||||
Sort Types:
|
Sort Types:
|
||||||
Last Video Added: ''
|
Last Video Added: 'Laaste toegevoegde video'
|
||||||
Newest: ''
|
Newest: 'Nuutste'
|
||||||
Oldest: ''
|
Oldest: 'Oudste'
|
||||||
Podcasts:
|
Podcasts:
|
||||||
Podcasts: ''
|
Podcasts: 'Podsendings'
|
||||||
This channel does not currently have any podcasts: ''
|
This channel does not currently have any podcasts: 'Hierdie kanaal het tans geen
|
||||||
|
podsendings nie'
|
||||||
Releases:
|
Releases:
|
||||||
Releases: ''
|
Releases: 'Vrystellings'
|
||||||
This channel does not currently have any releases: 'Hierdie kanaal het nie tans
|
This channel does not currently have any releases: 'Hierdie kanaal het nie tans
|
||||||
enige vrystellings nie'
|
enige vrystellings nie'
|
||||||
About:
|
About:
|
||||||
|
Loading…
Reference in New Issue
Block a user