I-SHANKAR-NARAYANA / EDUPULSE-V2

0 stars 1 forks source link

[BUG]: Buttons not aligned to right when navigation-bar is hidden #1

Open I-SHANKAR-NARAYANA opened 1 year ago

I-SHANKAR-NARAYANA commented 1 year ago

Describe the bug The 3 buttons not aligned to right when navigation-bar is hidden. This is common for all the pages

To Reproduce Steps to reproduce the behavior:

  1. Go to any page
  2. Click on toggle button (to hide navigation bar)
  3. See alignment of the 3 buttons

Expected behavior The buttons should be aligned to right, even after the navigation bar is hidden

Screenshots image

Additional context Nothing

anishyadavv commented 1 year ago

Okay I can work on this issue

I-SHANKAR-NARAYANA commented 1 year ago

Hi Anish,

Thank you so much for joining my project! I'm thrilled to have you on board. Could you share how you came across this project? I'm curious to know how contributors discover us.

anishyadavv commented 1 year ago

Hi shankar, There is website named goodfirstissues.com, There i find your project. I have gone throught your projects, there are lot more bugs. I will open the issue soon.

anishyadavv commented 1 year ago

can you explain what exaclty do you want? I reviewed the code. do you always want to display sidebar in big screen and hide on small screen?

I-SHANKAR-NARAYANA commented 12 months ago

By default, the side-bar (navigation bar) is active and the alignment of icons (menu-btn, user-btn and toggle-btn) are aligned to right. When the side-bar is disabled by clicking on menu-btn (First button), there is a shift in icons towards left, which is not desired. Refer to ."icons" in src/css/style.css to tackle this.

anishyadavv commented 12 months ago

If you observe carefully whole body shifts not only icons, I am doing some changes for you to review