Skip to content

Commit

Permalink
make slider-container wider
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardchalstrey1 committed Dec 16, 2024
1 parent 7396cf6 commit 4a523fa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion seshat/apps/core/templates/core/world_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,12 @@
display: none
}

#slider-container {
position: relative;
width: 600%;
display: block;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
#controlPanel {
Expand Down Expand Up @@ -527,7 +533,7 @@ <h2>How to use the Seshat World Map</h2>
</div>
<div id="sliderdiv">
<fieldset>
<div class="slider-container" id="slider-container" style="position: relative; width: 400%; display: block">
<div class="slider-container" id="slider-container">
<datalist id="yearTickmarks"></datalist>
<div id="yearTickmarkValues"></div><br>
<input type="range" name="dateSlide" id="dateSlide" min="{{ earliest_year }}" max="{{ latest_year }}"
Expand Down

0 comments on commit 4a523fa

Please sign in to comment.