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

Add Ability to Set Border Radius on Main Window #63

Open
nbsp opened this issue Jul 8, 2020 · 4 comments
Open

Add Ability to Set Border Radius on Main Window #63

nbsp opened this issue Jul 8, 2020 · 4 comments
Assignees

Comments

@nbsp
Copy link

nbsp commented Jul 8, 2020

Would be really cool if you could make the corners of the password box/mainbox round, and also be able to set the radius in px

@prikhi
Copy link
Owner

prikhi commented Feb 11, 2021

Yeah I'll check out adding something like window-border-radius & password-border-radius

@prikhi prikhi self-assigned this Feb 11, 2021
@prikhi
Copy link
Owner

prikhi commented Feb 11, 2021

🤔 password input is easy, I can just set border-radius: ... in the #password CSS, but when I try the same with the main window, I get black corners where the round occurs:

2021-02-11-163722_342x115_scrot

@prikhi
Copy link
Owner

prikhi commented Feb 12, 2021

Hmm hmm, just gonna add in the password-border-radius for now while I figure out the main window - moving that discussion to #67.

@prikhi prikhi changed the title Option to set rounded corners? Add Ability to Set Border Radius on Main Window Feb 12, 2021
@prikhi
Copy link
Owner

prikhi commented Feb 12, 2021

Tried for a while to get this working. I have a feeling it might be due to transparency & compositing, but not sure why it works for the password input.

I may have to re-jigger the GUI attachments so the main window is "inside" the background window, instead of "on top" of it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants