Shrunk thumbnail overlay ~50%, smaller install/customize buttons.

This commit is contained in:
derv82 2017-12-07 20:50:42 -08:00
parent 1f95fd3571
commit e59dba54af

View File

@ -47,24 +47,24 @@ body.search-results-shown {
.search-result-overlay {
width: 100%;
height: 140px;
height: 85px;
position: absolute;
top: 0;
top: 55px;
opacity: 0;
background-color: rgba(255, 255, 255, 0.6);
transition: opacity linear 0.2s;
overflow: hidden;
}
.search-result-info:hover .search-result-overlay {
opacity: 1;
}
.search-result-overlay > .actions {
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
.search-result-overlay > :not(.actions) {
margin: 5px 10px 5px 10px;
.search-result-overlay > * {
margin: 2px 10px 0px 10px;
}
.search-result-author-link {
@ -128,12 +128,9 @@ body.search-results-shown {
font-weight: 600;
}
.search-result-install, .search-result-uninstall {
width: 100%;
}
.search-result-install.customize,
.search-result-uninstall.customize,
.search-result-customize {
.search-result-install,
.search-result-customize,
.search-result-uninstall {
width: 50%;
}