fix: center time control header in active game#3101
Open
sajal90 wants to merge 1 commit into
Open
Conversation
|
Thanks, there is a plethora of inconsistency on this so not really sure what should intentionally be left aligned vs intentionally centered But also, the main part of #2024 the game seek (at least on iOS) is neither centered nor left aligned. Instead it leans slightly right? I also have a few other examples listed in the comment section. If you open one of the first 10 most recent games from home, it's kind of neither left aligned nor centered but leans left. I'm guessing that's supposed to be centered? The tabs now (such as puzzles, learn etc) are left aligned as tab headers. I think that's intentional now? Would help to get some clarification from Veloce about what is supposed to be where. But as of right now, it's all over the place. |
Author
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


fixes #3074
The AppBar for the active game screen was missing centerTitle: true, causing the time control header to appear left-aligned on Android.