Hides "Suggested presets" panel inside the Wized configurator.
Wized - Hide "Suggested presets" Panel by mirus-studio
Details
Authormirus-studio
LicenseNo License
Categoryhttps://app.wized.com/configurator/
Created
Updated
Size463 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 app.wized.com - may 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("app.wized.com") {
#panels > div.panel.width-auto > div.panel_subpanels > div:nth-child(2) {
display: none;
}
#panels > div.panel.width-auto > div.panel_subpanels > div:nth-child(1){
width: 19.875rem;
}
}