m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
7.74k stars 569 forks source link

Extend desktop width/height a bit to fill in margin on sides #421

Closed SpiderSuave closed 1 month ago

SpiderSuave commented 2 months ago

Hi. There's a bit of a margin on the sides of the desktop I'd like to fill in by extending width and height including reducing height of bottom where avatars go. Could you please give a tip on what values in .vue files (or wherever else) to edit?

I've been editing values in the resolution.vue and video.vue files, recompiling and by trial and error been able to change the size but it's not exactly working like I want because I'm not sure of exactly what values to change.

Any help is much appreciated. Thank you.

m1k1o commented 1 month ago

Duplicate https://github.com/m1k1o/neko/issues/426.

You should be able to control the values here: https://github.com/m1k1o/neko/blob/2cd4957472ce9439cec8bf95b527e4eb9d12fec4/client/src/assets/styles/_variables.scss#L27-L29