Skip to content

Top Subtitles For LLY by ipcjs

Screenshot of Top Subtitles For LLY

Details

Authoripcjs

LicenseNo License

Categoryyoutube.com

Created

Updated

Code size957 B

Code checksumc06b2d2b

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Display subtitles at the top of Language Reactor's Player

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;
                    }
                }
            }
        }
    }
}

Reviews

No reviews yet.