mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
6 lines
186 B
CSS
6 lines
186 B
CSS
#vertical-pinned-tabs-container {
|
|
max-height: calc(
|
|
var(--theme-pinnedtabsmaxheight-number_of_tabs) *
|
|
(var(--tab-min-height) + 2 * var(--tab-block-margin))
|
|
) !important;
|
|
}
|