4,092
edits
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 397: | Line 397: | ||
display: none; | display: none; | ||
position: fixed; /* Change to fixed */ | position: fixed; /* Change to fixed */ | ||
top: | top: 0; | ||
right: | right: 0; | ||
width: 39%; | width: 39%; | ||
height: 100vh; /* Set to full viewport height */ | height: 100vh; /* Set to full viewport height */ | ||
Line 415: | Line 415: | ||
padding: 10px; | padding: 10px; | ||
position: relative; | position: relative; | ||
top: 86px; | |||
right: 30px; | |||
} | } | ||
#show-article:before { | #show-article:before { | ||
Line 425: | Line 427: | ||
background: #FFFFFF; | background: #FFFFFF; | ||
border: 1px solid #080808; | border: 1px solid #080808; | ||
transform: matrix(1, -0. | transform: matrix(1, -0.02, 0.02, 1, 0, 0); | ||
transition: all 0.3s ease; | transition: all 0.3s ease; | ||
opacity: 0; /* Initially hidden */ | opacity: 0; /* Initially hidden */ | ||
Line 666: | Line 668: | ||
#related-articles { | #related-articles { | ||
margin-top: | margin-top: 60px; | ||
margin-right: 4.5%; | margin-right: 4.5%; | ||
} | } | ||
.related-articles-label { | .related-articles-label { |