Skip to content

Center Qwant by phoenix616

Screenshot of Center Qwant

Details

Authorphoenix616

LicenseCC-0

Categoryqwant

Created

Updated

Size426 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

View search results in the center of the screen on the Qwant.com search engine

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           qwant.com
@namespace      phoenix616.dev/CenterQwant
@version        1.0.0
@description    View search results in the center of the screen
@author         Phoenix616
==/UserStyle== */

@-moz-document domain("qwant.com") {
	div#root main {
    	max-width: 1400px;
    	margin-left: auto;
    	margin-right: auto;
	}
	
	div#root main > div:first-of-type {
		max-width: 79%
	}
}

Reviews

No reviews yet.