Tweaking IKEA's website to make the 3D viewer fill up the whole viewport.
ikea.com - Large 3D viewer by denilsonsa
Details
Authordenilsonsa
LicensePublic domain
Categoryikea
Created
Updated
Size576 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 ikea.com - Large 3D viewer
@namespace github.com/openstyles/stylus
@version 1.1.0
@description Tweaking IKEA's website to make the 3D viewer fill up the whole viewport.
@author Denilson
==/UserStyle== */
@-moz-document domain("ikea.com") {
/* Making the 3D model viewer larger */
html .rotera-modal .rotera-theatre {
top: 1em !important;
bottom: 1em !important;
left: 1em !important;
right: 1em !important;
width: auto !important;
height: auto !important;
}
}