Skip to content

Conversation

@BenjaminMichaelis
Copy link
Member

Fixes #633

@BenjaminMichaelis BenjaminMichaelis self-assigned this May 29, 2025
@BenjaminMichaelis BenjaminMichaelis requested a review from Copilot May 29, 2025 20:06
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR addresses the sidebar cutoff issue on certain pages by adjusting CSS styling and layout behavior. Key changes include:

  • Adding CSS rules for the container and code elements to prevent horizontal overflow
  • Reworking the .turn-page component styles to ensure proper fixed positioning and responsiveness
  • Updating the main layout to dynamically apply the sidebar class based on Vue state

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
EssentialCSharp.Web/wwwroot/css/styles.css New CSS rules for container overflow and updated .turn-page positioning styles
EssentialCSharp.Web/appsettings.Development.json Updated connection string settings for the development environment
EssentialCSharp.Web/Views/Shared/_Layout.cshtml Modified main layout to use Vue dynamic class binding
.vscode/tasks.json Added tasks for building, publishing, and watching the solution
.vscode/launch.json Introduced launch configuration for .NET Core debugging
.devcontainer/devcontainer.json Included dev container configuration for .NET

@BenjaminMichaelis BenjaminMichaelis merged commit ffd350b into main May 29, 2025
5 checks passed
@BenjaminMichaelis BenjaminMichaelis deleted the 633-screen-cutting-off-sidebar-when-on-c branch May 29, 2025 20:17
@BenjaminMichaelis BenjaminMichaelis restored the 633-screen-cutting-off-sidebar-when-on-c branch May 29, 2025 20:19
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.

Screen cutting off sidebar when on certain page

2 participants