Increases the width of eBay's UI
eBay Ultrawide by FliegendeWurst
Details
AuthorFliegendeWurst
LicenseCC BY 4.0
Categoryebay
Created
Updated
Size459 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 eBay Ultrawide
@namespace github.com/FliegendeWurst/eBay-Ultrawide
@version 1.0.1
@license CC-BY-4.0
@author FliegendeWurst
==/UserStyle== */
@-moz-document domain("www.ebay.de"), domain("www.ebay.com") {
.grid {
max-width: 3000px;
}
.sh-core-layout {
margin: 20px;
margin-top: 0px;
}
.vod-details.me .root, #mainContent {
margin: 0 20px;
max-width: 3000px;
}
}