jesalg / MetaShift

Easily customize link previews on social media
MIT License
0 stars 1 forks source link

Preview link blocking edit link form #25

Closed jesalg closed 6 years ago

jesalg commented 6 years ago

Again an issue on 1280 x 800 resolution, open preview bar is overlapping the edit link form

marcusedvalson commented 6 years ago

This is so strange. I had fixed this issue, but for some reason it didn't show up on the live site. Then I reupload the CSS edit that fixed it, and I see it is in the css file on github, but the live site is not reflecting the change. Any ideas @jesalg

jesalg commented 6 years ago

Yeah when you make a change in the code, it needs to be deployed to Heroku. I went ahead and just did that. Also sent you an invite to Heroku so you can do that when needed as well.

By the way, I guess I should have mentioned earlier, you'll want to run this command locally:

git config --global pull.rebase true

That will prevent ugly merge commits like this one, they add noise to git history logs without really helping to convey what exact changes have occurred.

marcusedvalson commented 6 years ago

Great. I updated the Git config. Thanks