4,554
edits
No edit summary Tag: Manual revert |
No edit summary |
||
Line 131: | Line 131: | ||
} | } | ||
#article-frame { | #article-frame { | ||
position: fixed; | |||
z-index: 1; | z-index: 1; | ||
top: 0; | top: 0; | ||
right: 0; | right: 0; | ||
width: 37%; | width: 37%; | ||
height: max-content; | height: max-content; /* Adjust to your preference */ | ||
margin-right: 2%; | margin-right: 2%; | ||
margin-top: 2%; | margin-top: 2%; | ||
Line 143: | Line 143: | ||
padding: 10px; | padding: 10px; | ||
} | } | ||
#article-frame:hover { | #article-frame:hover { | ||
border: 1px solid black; | border: 1px solid black; | ||
transform: rotate(-2.5deg); | transform: rotate(-2.5deg); | ||
} | } | ||
.article-metadata { | .article-metadata { |