Strictly for Everskies.com! Makes the HTML widget along with the HTML/CSS boxes wider. Also makes other widgets wider. May not be the best on smaller screens.
Everskies Wider HTML Widget by wizeman

Details
Authorwizeman
LicenseNo License
Categoryhttps://everskies.com
Created
Updated
Code size562 B
Code checksumad448594
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Tell me if it's broken or if it needs adjusting on Everskies.
Source code
/* ==UserStyle==
@name Everskies Wider HTML Widget
@version 20230911.12.28
@namespace ?
==/UserStyle== */
@-moz-document domain("everskies.com") {
.widget.editing[_ngcontent-es-c247] .editor[_ngcontent-es-c247] {
width: 450px;
}
.modal-wrapper .modal.modal-lg {
max-width: unset;
width: 1278px;
}
.widget.editing[_ngcontent-es-c247] .custom-html[_ngcontent-es-c247] {
position: relative;
}
.widget.editing[_ngcontent-es-c247] .widget-content[_ngcontent-es-c247] .preview-bar[_ngcontent-es-c247] {
margin-bottom: 8px;
}
}