minor fixes

This commit is contained in:
Alex Tsernoh 2022-04-05 19:40:36 +01:00
parent 35ea170a8e
commit 9ce9783323
No known key found for this signature in database
GPG key ID: 5A0BA13F0012A4BA
2 changed files with 10 additions and 4 deletions

View file

@ -655,6 +655,7 @@ #bottomBar {
right: 10px;
display: flex;
gap: 10px;
z-index: 100;
}
div:not(.listHidden) > #bottomBar {
@ -728,6 +729,14 @@ #author {
z-index: 1100;
min-width: 320px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
#author p {
margin: 0;
line-height: inherit;
}
#zoomControls {

View file

@ -148,7 +148,7 @@ <h1 id="title">The 2022 /r/place Atlas</h1>
<input type="range" min="1" max="1" value="1" class="slider" id="timeControlsSlider">
</div>
<div id="author">
Code by <a href="https://draemm.li/various/place-atlas/" target="_blank" rel="author">Roland Rytz</a>. Source on <a target="_blank" href="https://github.com/RolandR/place-atlas">GitHub</a> (<a target="_blank" href="https://github.com/Codixer/place-atlas">2022 Version Github</a>). Images provided by <a target="_blank" href="https://place.thatguyalex.com/">Alex Tsernoh</a>.
<p>Code by <a href="https://draemm.li/various/place-atlas/" target="_blank" rel="author">Roland Rytz</a>. Source on <a target="_blank" href="https://github.com/placeAtlas/atlas">GitHub</a>. This site is powered by <a href="https://www.netlify.com">Netlify</a>. Images provided by <a target="_blank" href="https://place.thatguyalex.com/">Alex Tsernoh</a>.</p>
</div>
</div>
@ -237,9 +237,6 @@ <h2>Donation Links</h2>
<br>
</div>
</div>
<div id="author">
Code forked by <a href="https://place-atlas.stefanocoding.me/" target="_blank" rel="author">Stefano Haagmans</a>. Source on <a target="_blank" href="https://github.com/placeAtlas/atlas">GitHub</a>, Images provided by <a target="_blank" href="https://place.thatguyalex.com/">Alex Tsernoh</a>. This site is powered by <a href="https://www.netlify.com">Netlify</a>.
</div>
</div>
<script type="text/javascript" src="./_js/time.js?version=1.0.3"></script>
<script type="text/javascript" src="./_js/infoblock.js?version=1.0"></script>