Feature to make the queue full screen

Could we make the queue panel fullscreen or much large when we review the cards?
Because some rem I made is somewhat long (many paragram). The small panel is very unconvenient to read.

This Custom CSS makes the Queue fullscreen:

.Queue {
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: unset !important;
  max-height: unset !important;
  border-radius: 0;
}

Note that you can also resize the Queue by dragging its edges/corners.

5 Likes

It’s not possible to make it fullscreen, yet. You should, however, be able to enlarge it to the larger size of the 2 sizes available by clicking this button, image, at the top right in the queue.

I noticed and used the enlarge button. It is still small for me.
Hope you can make it larger.

Going to be using this too :nerd_face: Thank you, Hannes!

Thanks. It is cool. :slightly_smiling_face:

sidebar gets ahead, is there any way to solve this? thank you

Is there a css fix for the edit now panel as well?

1 Like

Updated the CSS snippet above for maximized queue.

As of v1.4 you can resize the Queue to your preferred size.

1 Like