encryptic-team / encryptic

An encryption-focused open source note taking application
Mozilla Public License 2.0
348 stars 40 forks source link

Fixes #49: Misaligned Menu Title #60

Closed Prune2000 closed 5 years ago

Prune2000 commented 5 years ago

Solves #49

The title "Notepad & Tags" was just too long, pushing one of the buttons down between 1200 and 1463px inclusive or between 768 and 894px inclusive, I have removed the margin-left from the #header--title which gives enough pixels to avoid the misalignment and visually doesn't change anything for the user.

Also noticed the search button was still under default styling when hovered in the dark theme so I changed that.

daed commented 5 years ago

Yup, that does it!