Merge branch 'main' into detail-menus
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user