kamome-sg

TweetDeckのExpandボタン消すやつ

Aug 4th, 2022 (edited)
1,228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. /* DeckのExpandボタン消すヤツ(閉じてる間だけ消える) */
  2. .is-condensed .app-navigator > a.js-header-action:not(.is-hidden)[data-action="change-sidebar-width"] {
  3.   display: none !important;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment