eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
381 stars 67 forks source link

how do i zoom tab thumbnails? #424

Open iconotic opened 5 years ago

iconotic commented 5 years ago

First , thanks for the masterpiece addon it made my firefox shine im using tab center redux with thumbnail only and im trying to zoom tab thumbnails within the thumbnail container, for both a clear view and easy identification of the website, can you tell me what css code to use to achieve this? here is an illustration of what i want

ariasuni commented 4 years ago

You can use:

#tablist-wrapper:not(.shrinked) #tablist .tab-meta-image,
#tablist-wrapper:not(.shrinked) #pinnedtablist:not(.compact) .tab-meta-image {
  background-size: 700% !important;
}