This commit is contained in:
TheGiddyLimit
2024-07-10 20:47:40 +01:00
parent e5844f8a3f
commit 2eeeb0771b
341 changed files with 67623 additions and 11384 deletions

View File

@@ -34,7 +34,7 @@
</div>
<div class="ve-flex-vh-center my-3">
<button class="btn btn-xs btn-info" id="manage-brew">Manage Homebrew</button>
{{> "btngroupManager" }}
</div>
</div>
<div class="col-md-9" id="classtable"></div>

View File

@@ -11,14 +11,14 @@
{{> "listWrpPagecontent" }}
<div class="ve-text-center mt-2 no-print best-ecgen__hidden">
<button type="button" class="btn btn-success btn-xs" id="btn-encounterbuild">Encounter Builder</button>
<div id="wrp-profbonusdice" class="ve-inline-block">
<div class="ve-flex-vh-center mt-2 no-print best-ecgen__hidden">
<button type="button" class="btn btn-success btn-xs mr-2" id="btn-encounterbuild">Encounter Builder</button>
<div id="wrp-profbonusdice" class="ve-flex-v-center mr-2">
<button type="button" class="btn btn-default btn-xs" id="profbonusdice" title="See the Dungeon Master&apos;s Guide, p263.">Use Proficiency Dice</button>
</div>
<button type="button" class="btn btn-default btn-xs" id="btn-book">Printer View</button>
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Creatures in Tabular Format">Table View</button>
<button type="button" class="btn btn-xs btn-info" id="manage-brew">Manage Homebrew</button>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Creatures in Tabular Format">Table View</button>
{{> "btngroupManager" }}
</div>
<div class="best-ecgen__visible--flex-col best-ecgen__wrp pb-1 px-2" id="wrp-encounterbuild-group-and-difficulty"></div>

View File

@@ -5,9 +5,9 @@
{{> "listWrpPagecontent" }}
<div class="ve-text-center mt-2 no-print">
<button type="button" class="btn btn-default btn-xs" id="btn-book">Printer View</button>
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Items in Tabular Format">Table View</button>
<button type="button" class="btn btn-xs btn-info" id="manage-brew">Manage Homebrew</button>
<div class="ve-flex-vh-center mt-2 no-print">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Items in Tabular Format">Table View</button>
{{> "btngroupManager" }}
</div>
</div>

View File

@@ -5,9 +5,9 @@
{{> "listWrpPagecontent" }}
<div class="ve-text-center mt-2 no-print">
<button type="button" class="btn btn-default btn-xs" id="btn-book">Book View</button>
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Psionics in Tabular Format">Table View</button>
<button type="button" class="btn btn-xs btn-info" id="manage-brew">Manage Homebrew</button>
<div class="ve-flex-vh-center mt-2 no-print">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Psionics in Tabular Format">Table View</button>
{{> "btngroupManager" }}
</div>
</div>

View File

@@ -7,6 +7,6 @@
<div class="split-v-center mt-2 no-print">
<div class="ve-small ve-muted italic mr-2" title="We gratefully accept any and all corrections in our Discord, a link to which can be found on the homepage.">Please note that allergen and other dietary information may be incomplete and/or inaccurate.</div>
<button type="button" class="btn btn-xs btn-info" id="manage-brew">Manage Homebrew</button>
{{> "btngroupManager" }}
</div>
</div>

View File

@@ -5,10 +5,10 @@
{{> "listWrpPagecontent" }}
<div class="ve-text-center mt-2 no-print">
<button type="button" class="btn btn-default btn-xs" id="btn-book">Book View</button>
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Spells in Tabular Format">Table View</button>
<button type="button" class="btn btn-xs btn-info" id="manage-brew">Manage Homebrew</button>
<button type="button" class="btn btn-default btn-xs" id="btn-list-settings" title="Settings"><span class="glyphicon glyphicon-cog"></span></button>
<div class="ve-flex-vh-center mt-2 no-print">
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Spells in Tabular Format">Table View</button>
{{> "btngroupManager" }}
<button type="button" class="btn btn-default btn-xs ml-2" id="btn-list-settings" title="Settings"><span class="glyphicon glyphicon-cog"></span></button>
</div>
</div>

View File

@@ -1,6 +1,6 @@
<div class="ve-text-center mt-2 no-print">
<div class="ve-flex-vh-center mt-2 no-print">
{{#if isPrinterView}}
<button type="button" class="btn btn-default btn-xs" id="btn-book">Printer View</button>
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
{{/if}}
<button type="button" class="btn btn-xs btn-info" id="manage-brew">Manage Homebrew</button>
{{> "btngroupManager" }}
</div>