fix(plex): seek tooltip tracks cursor under scale; tidy the tuning menu
- The seek-bar hover tooltip positioned itself with a px `left` derived from the scaled getBoundingClientRect, so inside the transform:scale player it got re-scaled and drifted right of the cursor (only 0 was right). Position it by fraction (% of the bar) instead — it now sits under the cursor at any point, like the volume tooltip already did. - The tuning (gear) menu tabs wrapped to two lines at the +25% scale. Widen the menu, keep tab labels on one line (whitespace-nowrap), and shorten the labels: "Sync offset" → "Offsets", "Subtitle style" → "Subtitles" (all three languages).
This commit is contained in:
parent
23070279a3
commit
2659991d84
4 changed files with 17 additions and 14 deletions
|
|
@ -126,14 +126,14 @@
|
|||
"fineSeek": "Finom léptetés"
|
||||
},
|
||||
"settings": "Beállítások",
|
||||
"sync": "Szinkron-eltolás",
|
||||
"sync": "Eltolások",
|
||||
"subOffset": "Felirat-eltolás",
|
||||
"audioOffset": "Hang-eltolás",
|
||||
"playback": "Lejátszás",
|
||||
"seekStep": "Léptetés",
|
||||
"fineSeek": "Finom léptetés (Ctrl)",
|
||||
"autoHide": "Vezérlők elrejtése",
|
||||
"subStyle": "Felirat stílusa",
|
||||
"subStyle": "Feliratok",
|
||||
"subSize": "Szövegméret",
|
||||
"subPos": "Pozíció",
|
||||
"subColor": "Szövegszín",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue