4,554
edits
No edit summary |
No edit summary |
||
| Line 107: | Line 107: | ||
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; | ||
} | } | ||
#inner-show-article { | |||
/* Add a background color for visibility */ | |||
background-color: #f0f0f0; | |||
transition: transform 0.3s; | |||
} | |||
#inner-show-article:hover { | #inner-show-article:hover { | ||
/* Adjust border size on hover */ | /* Adjust border size on hover */ | ||