Cleaner You.com
Cleaner You.com by overflowcat
Details
Authoroverflowcat
LicenseNo License
Categoryyou
Created
Updated
Size904 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 Cleaner You.com
@namespace overflow.cat
@version 1.0.0
@description Cleaner You.com
@author OverflowCat
==/UserStyle== */
@-moz-document domain("you.com") {
[aria-label="Top Bar"] {
display: none;
}
[aria-label="View workflow steps"] {
padding: 1em;
}
#ydc-chat-scroll-area > div:has(#ChatQueryBar) {
padding: 0;
& textarea {
margin-inline: 1em;
}
}
[data-testid="qb_form"] > div {
padding: 0;
}
[data-testid="mode-switcher-chips"] {
padding: 0;
margin-block-end: -.1em;
& * {
border: none;
background: transparent;
}
}
[data-testid^="youchat-question-"] {
font-size: .95em;
line-height: 1.55em;
}
#chat-history > div > div > div {
padding: .75em;
}
}