phoneboy
5 years agoDirector
Customizing the CSS for Studio Itself
This unresizable text interface in Studio > Endpoints makes editing Macros and Endpoints...unusable, as it shows up as only a few lines of text.
I can see in the Chrome Developer console it's set in the CSS for the page:
@media screen and (-webkit-min-device-pixel-ratio: 0) #lia-body .lia-content textarea { resize: none; }
This does not appear to be coming from my custom skin CSS, but from somewhere else (a bizapps-xxxx.css file).
There's no obvious way to customize this...any ideas?
As a workaround, you can use the browser extension Stylus and/or Tampermonkey for some js to change element behavior.
I usually use these fields only for copy-paste from/to the editor with syntax highlighting.