mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.206.1
This commit is contained in:
@@ -3000,7 +3000,7 @@ Renderer.utils = class {
|
||||
tabButtons.forEach((tb, i) => {
|
||||
tb.ix = i;
|
||||
|
||||
tb.$t = $(`<button class="ui-tab__btn-tab-head btn btn-default stat-tab-gen">${tb.label}</button>`)
|
||||
tb.$t = $(`<button class="ui-tab__btn-tab-head btn btn-default stat-tab-gen pt-2p px-4p pb-0">${tb.label}</button>`)
|
||||
.click(() => tb.fnActivateTab({isUserInput: true}));
|
||||
|
||||
tb.fnActivateTab = ({isUserInput = false} = {}) => {
|
||||
|
||||
Reference in New Issue
Block a user