4,554
edits
No edit summary |
No edit summary |
||
Line 108: | Line 108: | ||
display: none; position: fixed; top: 0; right: 0; width: 37%; height: max-content; margin-right: 2%; margin-top: 2%; background-color: white; padding: 20px; border: 1px solid; | display: none; position: fixed; top: 0; right: 0; width: 37%; height: max-content; margin-right: 2%; margin-top: 2%; background-color: white; padding: 20px; border: 1px solid; | ||
} | } | ||
#show-article-wrapper:hover | #show-article-wrapper:hover { | ||
/* Adjust border size on hover */ | /* Adjust border size on hover */ | ||
border-width: 1px 1px 5px 5px; /* top, right, bottom, left */ | border-width: 1px 1px 5px 5px; /* top, right, bottom, left */ |