Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 62e02d0

Browse files
authored
Add CSS to hide download button
Hide the download button in the aurora ribbon styles.
1 parent 7c7961f commit 62e02d0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Assets/aurora/styles/aurora-ribbon.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,15 @@ html body#home #notice-ribbon.ribbon:not(.hide)+script+aside+input+nav#ac-global
106106
}
107107
}
108108

109+
/* Hide download button */
110+
#button-multi-1 {
111+
visibility: none;
112+
}
113+
109114
@media only screen and (max-width: 735px) {
110115
#notice-ribbon.ribbon .ribbon-content {
111116
margin-left: auto;
112117
margin-right: auto;
113118
width: 87.5%;
114119
}
115-
}
120+
}

0 commit comments

Comments
 (0)