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

fix: remove mixin to fix print layout #391

Merged
merged 3 commits into from
Mar 26, 2023

Conversation

Sohn123
Copy link
Contributor

@Sohn123 Sohn123 commented Oct 15, 2022

Description

The print layout was broken. The sidebar got displayed in front of the content for example. To fix it, I removed the mixin desktop_and_print completely. I think the logic behind that was wrong, because styling that was applied with this mixin should not be applied for the print layout.
The example site looks like this now:
image

Issue Number:


Checklist

Yes, I included all necessary artefacts, including:

  • Tests
  • Documentation
  • Implementation (Code and Ressources)
  • Example

Testing Checklist

Yes, I ensured that all of the following scenarios were tested:

  • Desktop Light Mode (Default)
  • Desktop Dark Mode
  • Desktop Light RTL Mode
  • Desktop Dark RTL Mode
  • Mobile Light Mode
  • Mobile Dark Mode
  • Mobile Light RTL Mode
  • Mobile Dark RTL Mode

Notify the following users

@netlify
Copy link

netlify bot commented Oct 15, 2022

Deploy Preview for anatole-demo ready!

Name Link
🔨 Latest commit 53d6217
🔍 Latest deploy log https://app.netlify.com/sites/anatole-demo/deploys/64201937c898580008f1bb4e
😎 Deploy Preview https://deploy-preview-391--anatole-demo.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 site settings.

@sonarcloud
Copy link

sonarcloud bot commented Oct 15, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@lxndrblz lxndrblz self-assigned this Nov 18, 2022
@lxndrblz lxndrblz added the bug Something isn't working label Nov 18, 2022
@sonarcloud
Copy link

sonarcloud bot commented Mar 26, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@lxndrblz lxndrblz linked an issue Mar 26, 2023 that may be closed by this pull request
@lxndrblz lxndrblz merged commit 7981438 into lxndrblz:master Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken print layout
2 participants