Fix issue with tab styles

This commit is contained in:
Andrew Kingston 2023-08-22 11:32:57 +01:00
parent eb7c12ba09
commit 51f6574942
1 changed files with 0 additions and 2 deletions

View File

@ -57,10 +57,8 @@
function calculateIndicatorLength() {
if (!vertical) {
width = $tab.info?.width + "px"
height = $tab.info?.height
} else {
height = $tab.info?.height + 4 + "px"
width = $tab.info?.width
}
}