Skip to content

Instantly share code, notes, and snippets.

@telekineticyeti
Last active August 25, 2021 05:25
Show Gist options
  • Save telekineticyeti/3d4562edb60b60aeab6672e9df67b729 to your computer and use it in GitHub Desktop.
Save telekineticyeti/3d4562edb60b60aeab6672e9df67b729 to your computer and use it in GitHub Desktop.
Custom CSS settings for Tweeten chrome extension
.js-app .js-column .stream-item .tweet-timestamp a { font-size: 9px !important; }
.js-app .js-column .stream-item .account-link .account-inline .fullname { font-size: 11px !important }
.js-app .js-column .column-header .column-title .attribution { display: none; }
.js-app .js-column .column-header .column-title span { font-size: 10px !important; }
body .js-app .js-column article.stream-item .nbfc {font-size: 10px !important; line-height: 14px !important; }
.column-title-back .icon, .column-title-back .Icon { top: 18px !important; }
// Color mods
.js-app .js-column .column-header { background-color: #034049; }
.js-app-header { background-color: #115b65 !important; }
.js-app-header .tweet-button { background-color: #d96800 !important; }
.js-app-header .app-navigator .app-nav-link[data-action="change-sidebar-width"] { background-color: #0e4b54 !important; }
.js-app-header .app-navigator .app-nav-link[data-action="change-sidebar-width"]::after { background-color: #0e4b54 !important; }
.js-app-header .js-search .js-search-input-control input { background-color: #0e4b54 !important; }
.js-app .js-column article { margin-bottom: 0 !important; }
.js-app .column-detail .js-detail-header .column-title-back span { font-size: 10px !important; }
.column-header, .column-header-temp { line-height: 30px; }
.column-header, .column-header-temp { height: 35px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment