Increases the width of eBay's UI
eBay Ultrawide by FliegendeWurst
Details
AuthorFliegendeWurst
LicenseCC BY 4.0
Categoryebay
Created
Updated
Code size454 B
Code checksum923dffea
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name eBay Ultrawide
@namespace github.com/FliegendeWurst/eBay-Ultrawide
@version 1.0.3
@license CC-BY-4.0
@author FliegendeWurst
==/UserStyle== */
@-moz-document domain("www.ebay.de"), domain("www.ebay.com") {
.grid {
max-width: 100vw;
}
.sh-core-layout {
margin: 20px;
margin-top: 0px;
}
.vod-details.me .root, #mainContent {
margin: 0px;
max-width: 100vw;
}
}