Creates consistent styling for details element

This commit is contained in:
Mouse Reeve
2021-12-04 10:41:42 -08:00
parent 2ae8cdaa88
commit c813ce1144
2 changed files with 57 additions and 39 deletions

View File

@ -115,6 +115,19 @@ input[type=file]::file-selector-button:hover {
color: #363636;
}
summary::marker {
content: none;
}
.detail-pinned-button summary {
position: absolute;
right: 0;
}
.detail-pinned-button form {
float: left;
width: -webkit-fill-available;
margin-top: 1em;
}
/** Shelving
******************************************************************************/