Little tweaks for you.com
you.com by devidw
Imported and mirrored from https://raw.githubusercontent.com/devidw/user-styles/master/sites/you.com/index.user.styl
Details
Authordevidw
LicenseUnlicense
Categoryyou.com
Created
Updated
Size790 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 you.com
@version 1.0.0
@namespace d.wolf.gdn
@preprocessor stylus
@description Little tweaks for you.com
@author David Wolf <d@wolf.gdn> (https://d.wolf.gdn)
@homepageURL https://github.com/devidw/user-styles/tree/master/sites/you.com
@supportURL https://github.com/devidw/user-styles/issues
@license Unlicense
==/UserStyle== */
@-moz-document domain("you.com")
// logo
#header > :last-child > :first-child
// footer
#section + div
display: none !important
// center header search
#header > :last-child
justify-content center !important
& > :last-child
margin-left unset !important
// center main search results
div.full-page-container > div
justify-content center !important