Skip to content

Commit 9cf742a

Browse files
committed
style: Nest main.scss
1 parent e753e36 commit 9cf742a

4 files changed

Lines changed: 299 additions & 299 deletions

File tree

public/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h4 class="cookies-per-second-counter">Cookies Per Second: <span id="cookiesPerS
2323
<span class="left-side-push" id="leftSidePush"></span> <!-- for some reason when you open menus it will change the size of the left side's div and smoosh everything, this prevents that (somehow) -->
2424
<div class="social-links">
2525
<a href="404.html" target="_blank" id="githubHyperlink"> <!-- this HREF is changed programmatically in main.ts in the event of a fork and a different GitHub repo link. -->
26-
<img class="github" src="img/github-mark.svg" alt="github">
26+
<img src="img/github-mark.svg" alt="github">
2727
</a>
2828
<h5 class="version-number-holder pointer" id="versionNumberHolder">Version: <span id="versionNumber">null</span></h5>
2929
<div class="version-switch-info" id="versionSwitchInfo">
@@ -77,8 +77,8 @@ <h3 class="middle-subtitle">About:</h3>
7777
<p class="middle-text">Original game made by Orteil and Opti. <small>we :heart: you!</small></p>
7878
<button class="data-button pointer" id="creditsButton">Credits</button>
7979
<h3 class="middle-subtitle" style="margin-top:0px;">Changelog:</h3>
80-
<div class="changelog-wrapper">
81-
80+
<div id="changelogWrapper">
81+
8282
</div>
8383
</div>
8484
<div class="middle-main" id="optionsMiddleText">
@@ -101,14 +101,14 @@ <h5 class="middle-subtitle">Customization:</h5>
101101
</form>
102102
<h5 class="middle-subtitle">Miscellaneous:</h5>
103103
<p class="middle-text">Save Management:</p>
104-
<div class="data-buttons">
104+
<div>
105105
<button class="data-button pointer" id="saveButton">Save</button>
106106
<button class="data-button pointer" id="loadButton">Load</button>
107107
</div>
108-
<div class="data-buttons">
108+
<div>
109109
<button class="data-button pointer red" id="resetSaveButton">Reset</button>
110110
</div>
111-
<div class="data-buttons">
111+
<div>
112112
<button id="exportDataButton" class="data-button pointer">Export Data</button>
113113
<button id="importDataButton" class="data-button pointer">Import Data</button>
114114
<input type="file" id="importDataInput" class="no-display" accept=".ccsave,.json"> <!-- this doesn't actually show up, the importDataButton just runs the click() method on this guy-->
@@ -122,7 +122,7 @@ <h5 class="middle-subtitle">Miscellaneous:</h5>
122122
</form>
123123
<p class="middle-text" style="margin-bottom:0px;">Modding:</p>
124124
<small class="middle-text">You have <span id="modsNumberLoaded">null</span> mods loaded!</small> <br>
125-
<div class="data-buttons">
125+
<div>
126126
<button class="data-button pointer" id="addModButton" style="margin-top:3px;">Add Mod</button>
127127
<button class="data-button pointer" id="listModsButton" style="margin-top:3px; margin-left:0px;">List Mods</button>
128128
</div>

0 commit comments

Comments
 (0)