Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change text area #24

Closed
aidenmitchell opened this issue Apr 20, 2020 · 5 comments · Fixed by #29
Closed

Change text area #24

aidenmitchell opened this issue Apr 20, 2020 · 5 comments · Fixed by #29
Labels
enhancement New feature or request
Milestone

Comments

@aidenmitchell
Copy link

Is your feature request related to a problem? Please describe.
The video description text is great, but it doesn't span the full width of the screen, it wraps about a 1/3 of the way through.

Describe the solution you'd like
Text uses full width of display when necessary.

Describe alternatives you've considered
Changing text size.

Additional context
image

@aidenmitchell aidenmitchell added the enhancement New feature or request label Apr 20, 2020
@OrangeJedi OrangeJedi added this to Features in Aerial Roadmap Apr 20, 2020
@OrangeJedi
Copy link
Owner

OrangeJedi commented Apr 20, 2020

I believe this is related to having the 9 text areas; Aerial is cutting off the text (unnecessarily) to avoid any possible collisions. It should be any easy fix, it does look better all in one line. I might spend some more time on it though, trying to make it more customizable.

In the meantime, you can manually fix it on your version by opening the folder where Aerial is installed and opeing \resources\app\web\screensaver.css and replacing

.textDisplayArea {
    padding: 2%;
    width: 50%;
}

with

.textDisplayArea {
    padding: 2%;
}

at the end of the file.

I'll update this issue with any other progress.

@aidenmitchell
Copy link
Author

Oh cool, it's CSS! Thanks.

@aidenmitchell
Copy link
Author

Not sure where I installed Aerial though, when I installed it I just right-clicked the .scr and clicked Install. How could I find the \resources folder?

@OrangeJedi
Copy link
Owner

OrangeJedi commented Apr 20, 2020

If you downloaded the folder it should be in the same directory as aerial.scr. If you just downloaded just the .scr file then the \resources folder is complied into .scr and you can't assess it.

@OrangeJedi OrangeJedi moved this from Features to v0.5.3 Stage in Aerial Roadmap Apr 20, 2020
@OrangeJedi OrangeJedi added this to the v0.5.3 milestone Apr 21, 2020
@OrangeJedi OrangeJedi moved this from v0.5.3 Stage to v0.5.3 Done in Aerial Roadmap May 16, 2020
@OrangeJedi OrangeJedi mentioned this issue May 16, 2020
@OrangeJedi
Copy link
Owner

Fixed in v0.5.3. Let me know if you have any trouble. You will need to change a 'max width' selector in the text settings to 100% for the text to span the screen.

@OrangeJedi OrangeJedi moved this from v0.5.3 Done to Released in Aerial Roadmap Sep 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants