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