Skip to content

Instantly share code, notes, and snippets.

@Angelore
Angelore / hnews.css
Last active January 16, 2023 16:06
My personal CSS for browsing HackerNews (using via Stylus extension)
#hnmain {
width: 70%;
}
/* Original post */
.title {
font-size: 13pt;
line-height: 16pt;
}
@Angelore
Angelore / urlbarTweaks.css
Last active April 28, 2024 18:09
Two row display for the url bar results in Firefox
.urlbarView-row-inner, .urlbarView-url {
display: block !important;
}
.urlbarView-url {
padding-left: 38px;
margin-top: 3px;
margin-left: 0px !important;
}