Fix gallery / table icons position

fixes #10
This commit is contained in:
2021-02-12 11:13:34 +01:00
parent 4924e71361
commit 25d7fdfcaf
2 changed files with 11 additions and 7 deletions

View File

@ -390,9 +390,14 @@ article.explorer h2.active::after {
transform:rotate(0);
}
article.explorer img.style-select {
article.explorer #style-container {
display:block;
text-align:right;
margin-bottom:0;
}
article.explorer img.style-select {
display:inline;
max-height:2rem;
margin:0;
margin-bottom:0.25rem;
@ -491,7 +496,6 @@ article.explorer table {
border-collapse:separate;
border-spacing:0;
width:100%;
margin-top:1rem;
margin-bottom:1rem;
overflow-x:auto;
}