scribble.rs icon indicating copy to clipboard operation
scribble.rs copied to clipboard

Ultrawide support

Open AIMBOT312 opened this issue 3 years ago • 1 comments

image

the bottom is cut off

AIMBOT312 avatar Apr 18 '22 01:04 AIMBOT312

Two things should be done here:

  1. Let the toolbar take the empty space from under the chat input (just a change to grid-column-end: ...)
  2. Somehow limit the width programmatically, I haven't really been able to do it with CSS before.

    This probably needs to handle window resizes as well. Can be done in the existing resize handler. The lobby should then be centered horizontally, as it will shrink in width, since we wouldn't want the chat to grow infinitely in width I assume.

It would be nice to be able to do this in a performant and bugfree way!

Edit: Number 1. is done

Bios-Marcel avatar Oct 12 '24 15:10 Bios-Marcel