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

chore: implement blockquote block #3

Merged
merged 4 commits into from
Feb 9, 2023
Merged

chore: implement blockquote block #3

merged 4 commits into from
Feb 9, 2023

Conversation

@aem-code-sync
Copy link

aem-code-sync bot commented Feb 6, 2023

Hello, I'm Franklin Bot and I will run some test suites that validate the page speed.
In case there are problems, just click the checkbox below to rerun the respective action.

  • Re-run PSI Checks

@aem-code-sync
Copy link

aem-code-sync bot commented Feb 6, 2023

Page Score PSI Audit Google
/drafts/mhaack/test/western-australia SI FCP LCP TBT CLS PSI
/magazine/western-australia SI FCP LCP TBT CLS PSI

@aem-code-sync
Copy link

aem-code-sync bot commented Feb 7, 2023

Page Score PSI Audit Google
/drafts/mhaack/test/western-australia SI FCP LCP TBT CLS PSI
/magazine/western-australia SI FCP LCP TBT CLS PSI

@mhaack mhaack requested a review from fkakatie February 7, 2023 09:21
Comment on lines 228 to 235
main blockquote {
font-style: italic;
color: var(--blockquote-color);
background-color: var(--blockquote-background-color);
font-family: var(--heading-font-family);
margin: 3rem;
text-indent: -1rem;
hanging-punctuation: first;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

I would personally move this out of styles.css and into blockquote.css.

@fkakatie
Copy link
Contributor

fkakatie commented Feb 8, 2023

Is this first column necessary? From my perspective, this adds complexity to the authoring experience.

Screen Shot 2023-02-08 at 8 52 56 AM

@aem-code-sync
Copy link

aem-code-sync bot commented Feb 9, 2023

Page Score PSI Audit Google
/drafts/mhaack/test/western-australia SI FCP LCP TBT CLS PSI
/magazine/western-australia SI FCP LCP TBT CLS PSI

@mhaack
Copy link
Contributor Author

mhaack commented Feb 9, 2023

Is this first column necessary? From my perspective, this adds complexity to the authoring experience.

Change the block structure. No first column, only quote text and optionally author. See https://quote--wknd--hlxsites.hlx.page/drafts/mhaack/test/western-australia

@aem-code-sync
Copy link

aem-code-sync bot commented Feb 9, 2023

Page Score PSI Audit Google
/drafts/mhaack/test/western-australia SI FCP LCP TBT CLS PSI
/magazine/western-australia SI FCP LCP TBT CLS PSI

@mhaack mhaack merged commit f6db69e into main Feb 9, 2023
@mhaack mhaack deleted the quote branch February 9, 2023 16:03
ramboz added a commit that referenced this pull request Oct 27, 2023
be2e07d doc: update README.md
287e35f feat: adopt the plugin api (#2)
9028520 fix: possible css leaking into pill overlay
162aab2 fix: improve anonymization for better gdpr/hippa compliance (#3)
0071dbd fix: audience pill activation
a486023 fix: audience parsing
4789afd feat: limit the sampling rate
7fbef36 feat: limit the sampling rate (#1)
92e2abb fix: campaigns parsing
4467d3e fix: block-level experiments resolution
4438f52 doc: update readme
44a3aa4 fix: support installation in sub-directories
a77433f style: properly inherit text color in the overlay

git-subtree-dir: plugins/experience-decisioning
git-subtree-split: be2e07ddce1d9c8d1622e6221f7a16593d87b811
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.

2 participants