-
Notifications
You must be signed in to change notification settings - Fork 92
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
Automated styling update from server #5887
Conversation
Signed-off-by: GitHub <noreply@github.com>
2ae7ab5
to
68a28c0
Compare
@@ -441,7 +441,7 @@ export default { | |||
margin-inline: var(--input-padding-start) var(--input-padding-end); | |||
max-width: fit-content; | |||
font-size: var(--input-label-font-size); | |||
inset-block-start: calc((var(--default-clickable-area) - var(--default-line-height)) / 2); // center the label vertically | |||
inset-block-start: calc((var(--default-clickable-area) - 1lh) / 2); // center the label vertically |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not Automated styling update from server
👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First commit is 🦭
I can move it to separate PR, but it'll take more efforts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and dark.css isn't updated for some reason..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and dark.css isn't updated for some reason..
Yes, it is not automated. Same with Talk Desktop — default styles are available from source, but theming required a PHP server
0cb8762
to
fca6dd5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, I missed that lh
is not supported by Firefox
Oops, I missed with lh function. Not very well supported, but works in FF |
fca6dd5
to
68a28c0
Compare
Dropped changes in favor of separate PR |
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Cypress still failing |
Auto-generated update of our locally cached css styling from