Skip to content

Commit

Permalink
Fix chevrons
Browse files Browse the repository at this point in the history
  • Loading branch information
WallSoGB committed Aug 17, 2024
1 parent 7a4f71a commit 732f520
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 47 deletions.
8 changes: 4 additions & 4 deletions avoid-mods.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h2 onclick="location.href='#ModsToAvoid'">Mods to Avoid</h2>
<div class="expander-top clickable" onclick="expandCard(this, bugfixmodsexpander)" id="bugfixmods">
<p>
<h3>Bugfix & Optimization Mods</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/ui/Chevron Down.svg" alt="UI element - Chevron">
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="bugfixmodsexpander">
Expand Down Expand Up @@ -225,7 +225,7 @@ <h3>NVAC</h3>
<div class="expander-top clickable" onclick="expandCard(this, visualmodsexpander)" id="visualmods">
<p>
<h3>Visual Mods</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/ui/Chevron Down.svg" alt="UI element - Chevron">
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="visualmodsexpander">
Expand Down Expand Up @@ -336,7 +336,7 @@ <h3>Borderlands Inspired Numeric Damage</h3>
<div class="expander-top clickable" onclick="expandCard(this, gameplaymodsexpander)" id="gameplaymods">
<p>
<h3>Content & Gameplay Mods</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/ui/Chevron Down.svg" alt="UI element - Chevron">
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="gameplaymodsexpander">
Expand Down Expand Up @@ -477,7 +477,7 @@ <h3>Honest Hearts Reborn</h3>
<div class="expander-top clickable" onclick="expandCard(this, miscellaneousexpander)" id="miscellaneous">
<p>
<h3>Miscellaneous</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/ui/Chevron Down.svg" alt="UI element - Chevron">
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="miscellaneousexpander">
Expand Down
10 changes: 5 additions & 5 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h2 onclick="location.href='#Changelog'">Changelog (DD/MM/YY)</h2>
<div class="expander-top clickable" onclick="expandCard(this, year2024expander)" id="year2024">
<p>
<h3>2024</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/ui/Chevron Down.svg" alt="UI element - Chevron">
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="year2024expander">
Expand Down Expand Up @@ -712,7 +712,7 @@ <h2><strong>LOD Guide</strong></h2>
<div class="expander-top clickable" onclick="expandCard(this, year2023expander)" id="year2023">
<p>
<h3>2023</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/ui/Chevron Down.svg" alt="UI element - Chevron">
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="year2023expander">
Expand Down Expand Up @@ -1770,7 +1770,7 @@ <h2><strong>Visuals</strong></h2>
<div class="expander-top clickable" onclick="expandCard(this, year2022expander)" id="year2022">
<p>
<h3>2022</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/ui/Chevron Down.svg" alt="UI element - Chevron">
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="year2022expander">
Expand Down Expand Up @@ -2079,7 +2079,7 @@ <h2><strong>Content</strong></h2>
<div class="expander-top clickable" onclick="expandCard(this, year2021expander)" id="year2021">
<p>
<h3>2021</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/ui/Chevron Down.svg" alt="UI element - Chevron">
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="year2021expander">
Expand Down Expand Up @@ -2292,7 +2292,7 @@ <h2><strong>User Interface</strong></h2>
<div class="expander-top clickable" onclick="expandCard(this, year2020expander)" id="year2020">
<p>
<h3>2020</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/ui/Chevron Down.svg" alt="UI element - Chevron">
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="year2020expander">
Expand Down
Loading

0 comments on commit 732f520

Please sign in to comment.