1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

Fix issue with tab styles

This commit is contained in:
Andrew Kingston 2023-08-22 11:32:57 +01:00
parent eb7c12ba09
commit 51f6574942

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