Show the bigger images
DuckDuckGo with SearchPreview add-on/extantion by oren64
Details
Authororen64
LicenseNo License
CategoryDuckduckgo
Created
Updated
Size832 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 DuckDuckGo with SearchPreview add-on/extantion
@version 20220420.10.13
@namespace userstyles.world/user/oren64
@description Show the bigger images
@author oren64
@license No License
==/UserStyle== */
@-moz-document domain("duckduckgo.com") {
.is-link-style-exp.is-not-mobile-device .metabar__in,
.is-link-style-exp.is-not-mobile-device #duckbar,
.is-link-style-exp.is-not-mobile-device .zci__main,
.is-link-style-exp.is-not-mobile-device .serp__results,
.is-link-style-exp.is-not-mobile-device .footer {
padding-left:60px;
}
.result__sitelinks--organics {
margin-left: 50px;
margin-top: 30px;
}
.results--sidebar {
min-width:200px;
max-width:465px
}
img[src*=searchpreview]{
margin: 14px 5px 0px 2px !important;
width: 150px !important;
height: 120px !important;
}
}