extra space at bottom of downloads popup so don't mouse out of it accidentally

This commit is contained in:
James Taylor 2018-07-23 18:30:40 -07:00
parent ce6fb753a7
commit 5e9f74d940

View File

@ -407,6 +407,7 @@ address{
.dropdown:hover .dropdown-content {
display: grid;
grid-auto-rows:30px;
padding-bottom: 50px;
}
.dropdown-content a{
white-space: nowrap;