4,554
edits
No edit summary |
No edit summary |
||
Line 129: | Line 129: | ||
#show-article { | #show-article { | ||
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.hovered { | |||
/* Add styles for the hover effect */ | |||
border: 5px solid red; /* Adjust the border style as needed */ | |||
} | |||
.article-metadata { | .article-metadata { |