diff options
Diffstat (limited to 'youtube/static')
-rw-r--r-- | youtube/static/watch.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/youtube/static/watch.css b/youtube/static/watch.css index 73eefdc..90c08d5 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -257,6 +257,7 @@ label[for=options-toggle-cbox] { "v-uploaded v-views" "v-published v-likes-dislikes" "external-player-controls v-checkbox" + "v-direct-link v-direct-link" "v-download v-download" "v-description v-description" "v-music-list v-music-list" @@ -287,6 +288,11 @@ label[for=options-toggle-cbox] { grid-area: v-checkbox; justify-self: end; } +.v-direct-link { + grid-area: v-direct-link; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} .v-download { grid-area: v-download; } .v-download > ul.download-dropdown-content { background: var(--secondary-background); |