Skip to content

Commit

Permalink
fixed layer details section styles
Browse files Browse the repository at this point in the history
  • Loading branch information
viliusle committed Feb 5, 2023
1 parent abc3704 commit 0bc28fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2 class="trn toggle toggle-full" data-target="toggle_info">Information</h2>

<div class="details block" id="details_base">
<h2 class="trn toggle toggle-full" data-target="toggle_details">Layer details</h2>
<div class="content" id="toggle_details"></div>
<div class="content details-content" id="toggle_details"></div>
</div>

<div class="layers block">
Expand Down
4 changes: 4 additions & 0 deletions src/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,10 @@ IMPORTANT: any new icon should also must be added on /service-worker.js + its ve
background-color: var(--background-color-active);
color: var(--text-color-active);
}
.details-content{
height: 206px;
overflow-y: auto;
}

@media screen and (max-width:700px){
body{
Expand Down

0 comments on commit 0bc28fc

Please sign in to comment.