moves the borrow button on archive.org to make your books that little bit bigger
IA better borrowing buttons by yellowsink
Details
Authoryellowsink
LicenseCC0
Categoryarchive.org
Created
Updated
Size627 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/*
* @name IA better borrowing buttons
* @namespace https://github.com/yellowsink
* @version 1.0.0
*/
@-moz-document domain("archive.org") {
/*
* requires https://greasyfork.org/en/scripts/459799-style-shadowdom
*/
:host #frame > slot[name=header] {
height: 0 !important;
}
:host .lending-wrapper collapsible-action-group {
position: absolute;
top: 1rem;
left: 4rem;
z-index: 999;
}
:host .actiongroup .secondary { display: none; }
:host .lending-wrapper text-group {
position: absolute;
top: 6rem;
left: 5rem;
z-index: 999;
width: 17rem
}
}