Skip to content

Commit

Permalink
Examples: Improvements to minimal list mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jul 21, 2020
1 parent 56382ed commit 688117a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions files/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,19 @@ h1 a {
opacity: 0.25;
}

#panel #content.minimal .card {
background-color: transparent;
margin-bottom: 4px;
}

#panel #content.minimal .cover {
display: none;
}

#panel #content.minimal .title {
padding: 0;
}

#panel #content.minimal #previewsToggler {
opacity: 1;
}
Expand Down

0 comments on commit 688117a

Please sign in to comment.