Skip to content

Center Google Search Result by nandeve

Screenshot of Center Google Search Result

Details

Authornandeve

LicenseNo License

Categorywww.google.com

Created

Updated

Code size747 B

Code checksume569860f

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Center Google search results.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Center Google Search Result
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Center Google search results.
@author         Me
==/UserStyle== */

@-moz-document domain("www.google.com") {
    @media screen {
        #tsf, /*search bar*/
        #cnt .rfiSsc .sBbkle .xhjkHe, /*navigation*/
        #cnt > div.rfiSsc.wtAAQb > div > div, /*navigation*/
        #tU52Vb, /*app bar*/
        #rcnt, /*result list*/
        #swml /*footer*/
        {
            margin-left: calc((100vw - 692px) / 2 - 210px);
            /*(100% viewport width - search input width) / 2 - the distance from the original search input to the left of the viewport*/
        }
    }
}

Reviews

No reviews yet.