1
0
Fork 0

Merge branch 'main' into detail-menus

This commit is contained in:
Mouse Reeve 2021-12-04 11:30:49 -08:00 committed by GitHub
commit 403382e4b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 88 additions and 39 deletions

View file

@ -117,6 +117,20 @@ input[type=file]::file-selector-button:hover {
details .dropdown-menu {
display: block !important;
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