usmannasir / cyberpanel

Cyber Panel - The hosting control panel for OpenLiteSpeed
GNU General Public License v3.0
1.6k stars 613 forks source link

Minor UI Fix: Use Flexbox on Cyberpanel Login Page #500

Closed jordanlambrecht closed 3 years ago

jordanlambrecht commented 3 years ago

This is a super minor request, but would be a pretty quick fix to check off. The login page is a little awkward right now. Switching to flexbox and having the content be 100vh would clean it up a ton.

Current:

Screen Shot 2020-12-19 at 3 14 07 PM

With Flexbox:

Screen Shot 2020-12-19 at 3 24 14 PM
jordanlambrecht commented 3 years ago

@istiak101 done and done.

jordanlambrecht commented 3 years ago

@istiak101 Thanks! This is the first time I've ever done a pull request on a repo that wasn't mine, so let me know if I did anything incorrectly.