We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24ee9a2 + d5bedd7 commit 6938a83Copy full SHA for 6938a83
1 file changed
style.css
@@ -660,13 +660,14 @@ body {
660
}
661
662
.markdown-close {
663
- position: absolute;
+ position: sticky;
664
top: 15px;
665
- right: 15px;
+ float: right;
666
+ margin: -30px -30px 20px 20px;
667
width: 30px;
668
height: 30px;
669
cursor: pointer;
- background: rgba(60, 60, 67, 0.8);
670
+ background: rgba(60, 60, 67, 0.9);
671
border-radius: 15px;
672
display: flex;
673
align-items: center;
0 commit comments