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 glitchy left sidebar when switching apps #7529

Merged
merged 1 commit into from
Aug 26, 2022

Conversation

JammingBen
Copy link
Collaborator

Description

We've fixed a bug where the active state of the left sidebar would glitch visually when switching apps.

Related Issue

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

@JammingBen JammingBen self-assigned this Aug 25, 2022
@@ -149,7 +147,7 @@ export default {
max-width: 230px !important;
}
.oc-app-navigation-collapsed {
min-width: 58px !important;
max-width: 58px !important;
min-width: 62px !important;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This fixes the uneven padding which is mentioned here: #7525

@kulmann
Copy link
Member

kulmann commented Aug 25, 2022

@JammingBen e2e tests are failing for oc10 🤔

@sonarcloud
Copy link

sonarcloud bot commented Aug 25, 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

33.3% 33.3% Coverage
0.0% 0.0% Duplication

@JammingBen JammingBen merged commit b3548d5 into master Aug 26, 2022
@delete-merged-branch delete-merged-branch bot deleted the fix-left-sidebar-on-app-switch branch August 26, 2022 05:44
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.

Left sidebar glitches when switching apps
3 participants