Created
January 28, 2025 15:40
-
-
Save TyDraniu/7788a57b3dbe36a5a158f2e28f81f30a to your computer and use it in GitHub Desktop.
Firefox - left side weather widget
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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