Wider results and slightly more compact.
Maximum width is adjustable.
Wider Qwant by guiohm
Details
Authorguiohm
LicenseGNU AGPLv3
Categoryqwant.com
Created
Updated
Size654 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Plays well with "cleaner Qwant"
Source code
/* ==UserStyle==
@name wider Qwant
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Wider results and slightly more compact
@author guiohm
@preprocessor stylus
@var range maxWidth "maxWidth" [1000, 800, 1500, 10, "px"]
==/UserStyle== */
@-moz-document domain("www.qwant.com") {
[data-device="desktop"] section._2-8HC._1jQTj,
section._23xgc,
div._B7PC {
max-width: maxWidth !important;
--spacing-s: 12px;
--container-margin: 45px;
}
div._3McWE {
display: inline-table;
}
.nt3hI {
--space: 24px;
}
}