๐ [Bug report]: center banner texts
Closed this issue ยท 11 comments
Descrcibe the bug?
visit https://reactplay.io/plays & see the banner text is in the wrong position. we need to fix the position left side & middle
Steps to reproduce the bug?
.
Expected behavior
.
Desktop (Please provide your system information)
kali linux
brave
latest
Mobile (Please provide your device information)
.
Screenshot / Screenshare
Relevant log output
No response
Record
- I have checked the existing issues
- I have read the Contributing Guidelines
- I want to work on this issue
Code of Conduct
- I agree to follow this project's Code of Conduct
Hey! contributor, thank you for opening an Issue ๐.
@reactplay/maintainers will review your submission soon and give you helpful feedback.
If you're interested in continuing your contributions to open source and want to be a part of a welcoming and fantastic community, we invite you to join our ReactPlay Discord Community.
Show your support by starring โญ this repository. Thank you and we appreciate your contribution to open source!
Stale Marking : After 30 days of inactivity this issue/PR will be marked as stale issue/PR and it will be closed and locked in 7 days if no further activity occurs.
If this issue is up for grabs,I would like to work on it,marking my first pr to the repo
If this issue is up for grabs,I would like to work on it,marking my first pr to the repo
assigned to you
I would like to fix this bug
I would like to fix this bug
already assigned to someone you can check another issues
a simple change is there for this
.dynamic-banner-container {
color: #fff;
justify-content: flex-start;
position: flex; // delete this
width: 100%;
// add these 2
display: flex;
align-items: center;
}
have started the work, had my exams going on so was a bit inactive
hello @karthiknadar1204 any updates?
hello @karthiknadar1204 any updates?
should i do it can you assign to me @priyankarpal
hello @karthiknadar1204 any updates?
should i do it can you assign to me @priyankarpal
sure
Fixed @priyankarpal