Enlarge media on Tweetdeck (tweetdeck.twitter.com)
Enlarge media on Tweetdeck by leodj
Details
Authorleodj
LicenseNo License
CategoryTweetdeck (Twitter)
Created
Updated
Size536 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Enlarge media on Tweetdeck
@version 20211103.23.46
@namespace userstyles.world/user/leodj
@description Enlarge media on Tweetdeck (tweetdeck.twitter.com)
@author leodj
@license No License
==/UserStyle== */
@-moz-document domain("tweetdeck.twitter.com") {
html.dark .mdl.s-full {
position: absolute;
bottom: 0;
right: 0;
left: 0;
height: 100%;
width: 100%;
max-width: 90%;
margin: 0 auto
}
.js-media-native-video {
width: 100%;
height: 95%;
}
}