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

feat: fix style on tables #166

Merged
merged 4 commits into from
Nov 23, 2024
Merged

feat: fix style on tables #166

merged 4 commits into from
Nov 23, 2024

Conversation

vichydra
Copy link
Contributor

Resolves #159

@vichydra
Copy link
Contributor Author

Old dark mode:

image

New dark mode:

image

Old light mode:

image

New light mode:

image

@ubiquity-os-deployer
Copy link

ubiquity-os-deployer bot commented Nov 22, 2024

@zugdev zugdev self-requested a review November 22, 2024 20:45
@zugdev
Copy link
Contributor

zugdev commented Nov 22, 2024

Can you please use the same colors as in the code block for the alt color in the table?

@zugdev
Copy link
Contributor

zugdev commented Nov 22, 2024

Please add bottom-padding to the table, it's not a footer only thing.

image

@@ -1,8 +1,12 @@
:root {
--dark-background: #000210;
--dark-background-half: #00021080;
--alt-dark-background: #808080;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the hardcode refac!

@zugdev
Copy link
Contributor

zugdev commented Nov 23, 2024

Looks good on mobile too:

image

I've noticed the text looks blurry, but it seems to be in prod, I'll fix it.

@zugdev zugdev merged commit 36570a0 into ubiquity:development Nov 23, 2024
1 of 2 checks passed
@zugdev
Copy link
Contributor

zugdev commented Nov 23, 2024

The blurry text is Opera's fault, it's about how they render text when DevTools is open. Since it only affects when DevTools is open it's not a relevant bug and we should not worry.

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

Successfully merging this pull request may close these issues.

properly style tables in preview
2 participants