1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-19 18:15:47 +02:00

Fix column list overflow after hiding app title

This commit is contained in:
chylex 2017-06-19 23:32:15 +02:00
parent a1fd6a2b6b
commit c8ab26275c

View File

@ -651,6 +651,7 @@
styleOfficial.sheet.insertRule(".app-title { display: none; }", 0); // hide TweetDeck logo
styleOfficial.sheet.insertRule(".nav-user-info { bottom: 10px !important; }", 0); // move user info
styleOfficial.sheet.insertRule(".app-navigator { bottom: 50px !important; }", 0); // move navigation
styleOfficial.sheet.insertRule(".column-navigator-overflow { bottom: 192px !important; }", 0); // move column list
styleOfficial.sheet.insertRule(".column .column-header { height: 49px !important; }", 0); // fix one pixel space below column header
styleOfficial.sheet.insertRule(".column:not(.is-options-open) .column-header { border-bottom: none; }", 0); // fix one pixel space below column header