Skip to content

Commit

Permalink
Change credits
Browse files Browse the repository at this point in the history
  • Loading branch information
Toseflo committed Mar 11, 2024
1 parent 3c64d95 commit dd4ed3f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>
</div>
</div>
<div class="bottom-left">Spongebob Guesser by Toseflo & HolyAndOnly</div>
<div class="credits">Spongebob Guesser by Toseflo & HolyAndOnly</div>

<script src="script.js"></script>
</body>
Expand Down
22 changes: 11 additions & 11 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,17 @@ body {
flex: 1;
}

.credits {
position: fixed;
bottom: 0;
left: 0;
padding: 10px;
caret-color: transparent;
font-style: italic;
color: #808080;
text-align: left;
}

#episode-select {
width: 100%;
font-size: 1.3em;
Expand Down Expand Up @@ -154,15 +165,4 @@ body {

.select2-container--default .select2-results > .select2-results__options {
max-height: calc(100vh - 260px); /* Adjust this value as needed */
}

.bottom-left {
position: fixed;
bottom: 0;
left: 0;
padding: 10px; /* Adjust padding as needed */
caret-color: transparent;
font-style: italic;
/* text color gray */
color: #808080;
}

0 comments on commit dd4ed3f

Please sign in to comment.