Search Results

Found 1 results for "a0b764ab17039cc08bfb8f3a6a777669" across all boards searching md5.

Anonymous /g/105618998#105621369
6/17/2025, 4:25:02 PM
>>105621362
PART 2

/*if not in a /y/ thread and not hovering over a /y/ threadwatcher link then "close" the submenu*/
body:not(.board_y) #watched-threads:not(:has(> [data-full-i-d^="y."]:hover)) {
/*get threadwatcher link if it's on the /y/ board*/
& > [data-full-i-d^="y."] {
/*the first /y/ thread*/
&:first-child, [data-full-i-d]:not([data-full-i-d^="y."]) + & {
&::after {
position: absolute;
content: "▼";
right:0;
color: #85a2d1;
}
}
/*all the other /y/ threads*/
[data-full-i-d^="y."] + & {
max-height: 0;
}
}
}

/*fix for the right background gradient of dead threads since the opacity interferred with it - give the opacity to the kids instead*/
.dead-thread, .disabled:not(.replies-quoting-you) {
opacity: unset !important;

&> .fa, &> .watcher-link {
opacity: .45;
}
}