Skip to content

Commit

Permalink
Deploying to gh-pages from @ 57a0684 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nleanba committed Nov 8, 2024
1 parent 9baddf3 commit ba768ca
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 206 deletions.
19 changes: 5 additions & 14 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ syno-treatment,
transition: all 200ms;
clear: both;

&>svg {
& > svg {
height: 1rem;
vertical-align: sub;
margin: 0 0.2rem 0 -1.2rem;
}

>.icon.button {
> .icon.button {
float: right;
}

Expand All @@ -114,10 +114,6 @@ syno-treatment,
max-height: 0;
overflow: hidden;
transition: all 200ms;

& img {
display: none;
}
}

&.expanded {
Expand All @@ -131,17 +127,13 @@ syno-treatment,
.hidden {
max-height: 200rem;
overflow: auto;

& img {
display: unset;
}
}
}
}

.figures {
display: grid;
grid-template-columns: repeat( auto-fill, minmax(12rem, 1fr) );
grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
grid-template-rows: masonry;
margin: 0.2rem 0 0.2rem 2.2rem;
gap: 1rem;
Expand All @@ -155,7 +147,6 @@ syno-treatment,
}
}


.icon.button {
border-radius: 1rem;
border: none;
Expand All @@ -166,7 +157,7 @@ syno-treatment,
padding: 0;
position: relative;

&>svg {
& > svg {
height: 1rem;
margin: 0;
}
Expand Down Expand Up @@ -204,4 +195,4 @@ syno-treatment,

.gray {
color: #666666;
}
}
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ <h1>SynoLib</h1>
</li>
</ul>
<br />
Expand a treatment with the button on the right to show all cited taxa, figures and materials. Click on a taxon identifier
beneath a treatment to scroll to that name — if it is (already) in the
list.
Expand a treatment with the button on the right to show all cited taxa,
figures and materials. Click on a taxon identifier beneath a treatment to
scroll to that name — if it is (already) in the list.
</p>

<div id="root"></div>
Expand Down
Loading

0 comments on commit ba768ca

Please sign in to comment.