#59946: "LAYOUT - allow layout to grow in size, to fill in empty horizontal space on large screens"
What is this report about?
What happened ? Please select from below
What happened ? Please select from below
Please check if there is already a report on the same subject
If yes, please VOTE for this report. Reports with the most votes are taken care of in PRIORITY!
| # | Status | Votes | Game | Type | Title | Last update |
|---|
Detailed description
-
• Please copy/paste the error message you see on your screen, if any.
There's a lot of empty space on the left and right. Might look better if the UI can grow to expand.
Probably need to update art to work with larger sizes too. -
• Please explains what you wanted to do, what you do and what happened
• What is your browser?
Google Chrome v98
-
• Please copy/paste the text displayed in English instead of your language. If you have a screenshot of this bug (good practice), you can use Imgur.com to upload it and copy/paste the link here.
There's a lot of empty space on the left and right. Might look better if the UI can grow to expand.
Probably need to update art to work with larger sizes too. -
• Is this text available in the translation system? If yes, has it been translated for more than 24 hours?
• What is your browser?
Google Chrome v98
-
• Please explain your suggestion precisely and concisely so that it's as easy as possible to understand what you mean.
There's a lot of empty space on the left and right. Might look better if the UI can grow to expand.
Probably need to update art to work with larger sizes too. • What is your browser?
Google Chrome v98
-
• What was displayed on the screen when you were blocked (Blank screen? Part of the game interface? Error message?)
There's a lot of empty space on the left and right. Might look better if the UI can grow to expand.
Probably need to update art to work with larger sizes too. • What is your browser?
Google Chrome v98
-
• Which part of the rules was not respected by the BGA adaptation
There's a lot of empty space on the left and right. Might look better if the UI can grow to expand.
Probably need to update art to work with larger sizes too. -
• Is the rules violation visible on game replay? If yes, at which move number?
• What is your browser?
Google Chrome v98
-
• Which was the game action you wanted to do?
There's a lot of empty space on the left and right. Might look better if the UI can grow to expand.
Probably need to update art to work with larger sizes too. -
• What do you try to do to trigger this game action?
-
• What happened when you try to do this (error message, game status bar message, ...)?
• What is your browser?
Google Chrome v98
-
• At which step of the game did the problem occurs (what was the current game instruction)?
There's a lot of empty space on the left and right. Might look better if the UI can grow to expand.
Probably need to update art to work with larger sizes too. -
• What happened when you try to do a game action (error message, game status bar message, ...)?
• What is your browser?
Google Chrome v98
-
• Please describe the display issue. If you have a screenshot of this bug (good practice), you can use Imgur.com to upload it and copy/paste the link here.
There's a lot of empty space on the left and right. Might look better if the UI can grow to expand.
Probably need to update art to work with larger sizes too. • What is your browser?
Google Chrome v98
-
• Please copy/paste the text displayed in English instead of your language. If you have a screenshot of this bug (good practice), you can use Imgur.com to upload it and copy/paste the link here.
There's a lot of empty space on the left and right. Might look better if the UI can grow to expand.
Probably need to update art to work with larger sizes too. -
• Is this text available in the translation system? If yes, has it been translated for more than 24 hours?
• What is your browser?
Google Chrome v98
-
• Please explain your suggestion precisely and concisely so that it's as easy as possible to understand what you mean.
There's a lot of empty space on the left and right. Might look better if the UI can grow to expand.
Probably need to update art to work with larger sizes too. • What is your browser?
Google Chrome v98
Report history
Hi JoeProgram, I was going to implement that for you, but I'm not able to get the source code.
I tried to use scale, but it messed up with all animations, a work around, is to use the zoom CSS property.
Anyway, you can simply add the zoom buttons (maybe as part of the player_panel), and trigger the following code:
The javascript code to change the zoom property should work okay for you. You just need to set a min, and max value.
See an example using vanilla JS:
> document.querySelector('#copen_wrapper').style.zoom = '130%'
You can also use float numbers
> document.querySelector('#copen_wrapper').style.zoom = 2.5
See more at developer.mozilla.org/en-US/docs/Web/CSS/zoom
PS: In Mozilla docs, they are going to suggest you to no use that(use scale instead), but if you have a button to reset to 1.0, I don't think it would be an issue.
Add something to this report
- Another table ID / move ID
- Did F5 solve the problem?
- Did the problem appears several time? Everytime? Randomly?
- If you have a screenshot of this bug (good practice), you can use Imgur.com to upload it and copy/paste the link here.
