tweetdeck dark mode mod for a 1680px width display with mac.
tweetdeck w1680 by y-yosuke
Details
Authory-yosuke
LicenseCC0
Categorytweetdeck
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name tweetdeck w1680
@version 20220815.02.13
@namespace userstyles.world/user/y-yosuke
@description tweetdeck mod for a 1680px width display with mac.
@author y-yosuke
@license CC0
==/UserStyle== */
@-moz-document url("https://tweetdeck.twitter.com/") {
/*
html,
html input,
html label,
html select,
html textarea
{
font-family: Gill Sans, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
*/
/* Link Color */
html.dark a,
html.dark .color-twitter-blue,
html.dark .other-replies-link
{
color: #77bbee;
}
/* Column Width */
.js-column
{
width: 317px !important;
}
html.dark .tweet-text
{
font-size: 15px;
line-height: 1.2em;
font-weight: 150;
margin-top: 6px;
}
html.dark .quoted-tweet,
.r-1b43r93
{
font-size: 0.9em;
line-height: 1.2em;
font-weight: 100;
color: #bbccdd;
}
.r-1adg3ll,
html.dark .is-narrow-columns .media-size-medium,
.media-size-large-height
{
height: 64px;
}
.r-t23y2h,
html.dark .quoted-tweet,
html.dark .media-size-small,
html.dark .media-grid-container
{
border-radius: 6px;
}
.r-1j63xyz {
-webkit-box-orient: horizontal;
flex-direction: row;
}
.r-13qz1uu
{
width: calc(77.125px);
}
.r-1777fci
{
width: 175px;
}
.r-zl2h9q
{
margin-bottom: 0;
}
.js-column-message
,.js-gryphon-beta-btn
{
display: none;
}
html.dark .column-title
,html.dark .txt-bold
,.fullname.link-complex-target
,.link-complex-target
{
font-weight: 300;
}
html.dark .avatar
{
border-radius: 20%;
}
}