Minor visual style updates to Hacker News
news.ycombinator.com by FlameWolf
Details
AuthorFlameWolf
LicenseNo License
Categorynews.ycombinator.com
Created
Updated
Size595 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name news.ycombinator.com
@version 20230613.08.33
@namespace ?
==/UserStyle== */
@-moz-document domain("news.ycombinator.com") {
* {
box-sizing: border-box;
}
tr.spacer {
height: 30px !important;
}
tr.spacer::after {
position: absolute;
content: "";
min-width: 796px;
height: 15px;
border-bottom: 1px dotted;
}
td.subtext {
font-size: 10px;
}
.subtext > .subline > a:last-of-type {
font-weight: bold;
filter: invert(1);
}
@media only screen and (min-width: 300px) and (max-width: 750px) {
tr.spacer::after {
min-width: unset;
width: 100%;
}
}
}