# HG changeset patch # User nanaya # Date 1631524448 -32400 # Node ID 2d9624e04134470fce272bcefc46e280f26c4cba # Parent 9c8cde985caf8e37f8488f42e0efc616125f8b2d Fix bottom padding and scrollbar color diff -r 9c8cde985caf -r 2d9624e04134 tweetdeck-column-fix.user.js --- a/tweetdeck-column-fix.user.js Thu Apr 15 15:01:22 2021 +0900 +++ b/tweetdeck-column-fix.user.js Mon Sep 13 18:14:08 2021 +0900 @@ -1,8 +1,8 @@ // ==UserScript== // @name Tweetdeck column fix // @namespace https://myconan.net -// @version 1.0.2 -// @description No weird column alignment +// @version 1.1.0 +// @description No weird column alignment and color for scrollbar // @author nanaya // @match https://tweetdeck.twitter.com/* // @grant GM_addStyle @@ -18,4 +18,8 @@ top: 0; flex: none; } + .app-columns-container.app-columns-container.app-columns-container.app-columns-container { + bottom: 0; + background-color: #555; + } `)