Skip to content

Apple TV Video Controls Bottom Align by Nerdsie

Screenshot of Apple TV Video Controls Bottom Align

Details

AuthorNerdsie

LicenseNo License

Categorytv.apple.com

Created

Updated

Size455 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Move the pause and fast forward/rewind buttons to the bottom of the screen on tv.apple.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Apple TV Video Controls Bottom Align
@version      20240428.22.57
@namespace    https://userstyles.world/user/Nerdsie
@description  Move the pause and fast forward/rewind buttons to the bottom of the screen on tv.apple.com
@author       Nerdsie
@license      No License
==/UserStyle== */

@-moz-document domain("tv.apple.com") {
.scrim__body {
    position: absolute;
    top: 100%;
    transform: translate(-50%, -130%)
}
}

Reviews

No reviews yet.