DSteiNeuro
n3wb
- Mar 14, 2016
- 23
- 3
Thanks, for the prompt replies. This is what I was looking for and will give it a try.There are a few built-in UI settings that might help. This one controls UI scale in general:
View attachment 161345
While this one just adds more clickable space around all the playback controls:
View attachment 161346
To target just that one button, you could write something like this intoui3-local-overrides.css
CSS:#clipFullscreenButton { width: 35px; height: 35px; }
And huge thanks for ui3, I use it so
many ways!