Some cool newtab & download icon code #5602
12th-devs
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
/* Rework download & newtab icon */
#new-tab-button {
display: none !important;
}
:has(#downloads-button[hidden="true"]) {
#new-tab-button {
display: flex !important;
}
}
Beta Was this translation helpful? Give feedback.
All reactions