eoger/tabcenter-redux

how do i zoom tab thumbnails?

Opened this issue · 1 comments

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

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;
}