mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-14 22:12:22 +01:00
minor fixes
This commit is contained in:
parent
35ea170a8e
commit
9ce9783323
2 changed files with 10 additions and 4 deletions
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue