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

Shell Component - Sidebar causing footer to not be centered. #556

Closed
Pieter3033 opened this issue Aug 27, 2024 · 1 comment
Closed

Shell Component - Sidebar causing footer to not be centered. #556

Pieter3033 opened this issue Aug 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Pieter3033
Copy link
Contributor

Introduction

If the Sidebar is set to true in the Shell component, it causes the footer to stay in the center of the page that looks a bit wonky.

To Reproduce

Create a webpage in SQLPage with a Shell component, include a footer and set the Sidebar to true.

SELECT 
       'shell-1'        AS component
      ,'horizontal'   AS layout
      ,'dark'            AS theme
      ,'TRUE'          AS sidebar
      ,'Make it happen - Perfectly!' AS footer

Actual behavior

The footer is centered to the page, and not adjusted to center in the part where it is displayed.

In the below screenshot, the current footer is in the blue lines.

Screenshots

image

Expected behavior

Expected the footer to be in the center of the display on the right side of the page and not the center of the entire page.

Version information

  • OS: Windows 11 Pro
  • Database: SSMS
  • SQLPage Version: v0.27.0
@Pieter3033 Pieter3033 added the bug Something isn't working label Aug 27, 2024
@lovasoa
Copy link
Collaborator

lovasoa commented Aug 27, 2024

Thanks @Pieter3033 for reporting this ! It's fixed

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

No branches or pull requests

2 participants