Skip to content

Instantly share code, notes, and snippets.

@TyDraniu
Created January 28, 2025 15:40
Show Gist options
  • Save TyDraniu/7788a57b3dbe36a5a158f2e28f81f30a to your computer and use it in GitHub Desktop.
Save TyDraniu/7788a57b3dbe36a5a158f2e28f81f30a to your computer and use it in GitHub Desktop.
Firefox - left side weather widget
@-moz-document url("about:newtab") {
.wallpaper-attribution {
display: none !important;
}
.no-search.layout-variant-b .weather, .layout-variant-b .weather {
inset-inline-start: var(--space-xlarge) !important;
width: fit-content;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment