Skip to content

Conversation

@dvdherron
Copy link

Change into the src/dialog directory
Run npx http-server .
Open http://localhost:8080/

@netlify
Copy link

netlify bot commented Nov 7, 2025

Deploy Preview for oddbaseline ready!

Name Link
🔨 Latest commit 3a90da0
🔍 Latest deploy log https://app.netlify.com/projects/oddbaseline/deploys/692972d79c4a570008f867df
😎 Deploy Preview https://deploy-preview-5--oddbaseline.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Member

@stacyk stacyk left a comment

Choose a reason for hiding this comment

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

Left a few ideas below, but this is really cool!

Comment on lines +9 to +19
@property --base-color-light {
syntax: '<color>';
inherits: false;
initial-value: oklch(43.7% 0.075 224);
}

@property --base-color-dark {
syntax: '<color>';
inherits: false;
initial-value: oklch(89.2% 0.069 224);
}
Copy link
Member

Choose a reason for hiding this comment

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

I see these @Property custom properties don't appear in the Chrome dev tools as being a defined value even though it renders this initial value... but every once in a while I can get it to show me the value and I am unsure what is making it work only rarely. I see the values in Firefox. Safari won't show me any of the variables on the html tag unless I take it out of the @layer rule for some reason.

I assume this is all an issue with the dev tooling, not the CSS

Image

Image

Copy link
Author

Choose a reason for hiding this comment

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

@stacyk Yeah, I've noticed this too, and thought the same that it must be a dev tools issue. Searched for issues/bugs but haven't come across anything related so far. Looking at the CSS file, I'm so far not seeing what could be set up incorrectly when it comes to how variables are defined.

@dvdherron dvdherron requested a review from jamesnw November 25, 2025 10:20
@dvdherron dvdherron requested a review from mirisuzanne December 1, 2025 16:44
Copy link
Member

@mirisuzanne mirisuzanne left a comment

Choose a reason for hiding this comment

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

It's a very minor nit, but bugs me that the header is full-width right-aligned and the footer is left-aligned not full-width. 😅

Demo looks great, nice work!

--text-xlarge: clamp(1.7rem, 0.784rem + 4.58cqi, 4.219rem);
--gap: clamp(2cqi, 0.5lh, 5cqi);

/* colors */
Copy link
Member

Choose a reason for hiding this comment

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

Since this is the heart of the demo, and layers will keep the order intact, consider moving color definitions to the top of the file?

--border-color-bright: oklch(from var(--border-color) l calc(c + 0.1) h);
--border-highlight: var(--complement-color);

/* Fonts, via https: //modernfontstacks.com/ */
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
/* Fonts, via https: //modernfontstacks.com/ */
/* Fonts, via https://modernfontstacks.com/ */

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.

5 participants