Display subtitles at the top of Language Reactor's Player
Top Subtitles For LLY by ipcjs
Details
Authoripcjs
LicenseNo License
Categoryyoutube.com
Created
Updated
Size957 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Top Subtitles For LLY
@version 1.0.0
@namespace github.com/ipcjs
@author ipcjs
==/UserStyle== */
@-moz-document domain("youtube.com") {
#lln-bottom-panel {
/* background-color: red!important; */
/* position: absolute; */
top: 0px;
bottom: unset;
#lln-subs-content {
.lln-subs-wrap {
padding-top: 4px;
padding-bottom: 4px;
/* 固定字体大小 */
font-size: 20px!important;
.lln-subs-font-adjust {
display: flex;
flex-direction: column-reverse;
align-items: center;
gap: 4px;
.lln-whole-title-translation-wrap {
padding-top: 0px;
margin-top: 0px;
}
}
}
}
}
}