Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Make pending text more distinct from published text #208

Open
zestyping opened this issue Dec 28, 2016 · 0 comments
Open

Make pending text more distinct from published text #208

zestyping opened this issue Dec 28, 2016 · 0 comments

Comments

@zestyping
Copy link

The text currently being typed by subtitlers is the same font and color as the published text, and very close to it, separated by only a thin white line. I found it easier to subtitle after I executed this JavaScript in the console, which makes the pending text grey, in italics, and separated with a larger vertical gap:

    document.body.style.lineHeight = '1.5';
    var pendingArea = document.querySelector('div[style="display: flex; flex-direction: column-reverse;"]');
    pendingArea.style.padding = '2em 0 0 0';
    pendingArea.style.opacity = '0.6';
    pendingArea.style.fontStyle = 'italic';
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant