1ifeworld / river-source

Opinionated site implementation
https://river-live.vercel.app
GNU Affero General Public License v3.0
1 stars 1 forks source link

Adjust the different widths of sidebar depending on if you have channels or not #272

Open 0xTranqui opened 1 year ago

0xTranqui commented 1 year ago

see below for screenshots showing diffeent width of sidebar (the width of sidebar shouldnt chage so this is an error) depending on whether or not an authd in user has channels or not. I believe this may be coming from line 12 of the sidebar component which specifies px-5, which means that the entire sidebar will be wider if there is content displayed vs if there is not.

I can try to tackle this issue later but just calling it out for now cc @salieflewis

Screenshot 2023-09-25 at 1 07 29 PM Screenshot 2023-09-25 at 1 07 38 PM
salieflewis commented 1 year ago

I'm having some trouble reproducing this.

0xTranqui commented 1 year ago

im only getting a slgiht discrepancy now. perhaps something else was changed. im ok with closing, and re opning if it appears ago

salieflewis commented 1 year ago

im only getting a slgiht discrepancy now. perhaps something else was changed. im ok with closing, and re opning if it appears ago

Is it possible you made this issue before pulling in the new changes?

salieflewis commented 1 year ago

im only getting a slgiht discrepancy now. perhaps something else was changed. im ok with closing, and re opning if it appears ago

Is it possible you made this issue before pulling in the new changes?

I do see the small discrepancy you're talking about though. That is in fact bad.