-
Pinned tabs won't show properly (especially when you have more than one row) if putting 'New Tab' at the top using Put "new tab" button at the top of the tab bar from wiki. From Wiki :root {
--newtab-button-size: 20px;
}
.newtab-button-box {
border-bottom: 1px solid var(--tab-border);
position: fixed;
top: 0;
left: 0;
right: 0;
height: var(--newtab-button-size);
}
#tabbar {
top: calc(var(--newtab-button-size) + 1px) !important;
bottom: 0 !important;
}
tab-item.pinned {
margin-top: calc(var(--newtab-button-size) + 1px) !important;
} I tried messing with some of the numbers, but I'm not familiar with what needs to be tweaked. Any easy changes? |
Beta Was this translation helpful? Give feedback.
Answered by
bshafer
Apr 4, 2024
Replies: 1 comment 1 reply
-
The wiki has been updated and works now. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TFWol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The wiki has been updated and works now.