Skip to content

Commit

Permalink
Expand sightings list on higher resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrasicki committed Aug 18, 2020
1 parent 9706145 commit 588e333
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ main #location
.sightings-list
{
overflow-y: auto;
height: 500px;
max-height: 400px;
}

.sightings-list ul
Expand All @@ -217,6 +217,11 @@ main #location
border: solid 1px transparent;
}

.sightings-list h4
{
margin-bottom: 0;
}

.date
{
text-align: left;
Expand Down Expand Up @@ -407,6 +412,14 @@ main #location
}
}

@media(min-height: 1100px)
{
.sightings-list
{
max-height: none;
}
}

@media(prefers-reduced-motion: reduce)
{
html
Expand Down

0 comments on commit 588e333

Please sign in to comment.