princekhunt / privateping

PrivatePing is a secure messaging application built on Python's Django framework, providing end-to-end encryption for messages exchanged between users.
https://privateping.bytespot.tech
MIT License
124 stars 30 forks source link

Remove unused styles, and follow best practices. #49

Open princekhunt opened 6 days ago

princekhunt commented 6 days ago

Describe the bug There are many stylesheets under assets/css/, I propose to remove unused and overriding styles that are confusing. Make css that do not conflict with each other. Also propose to remove inline styles.

Expected behavior

  1. Styles should not conflict with other.
  2. Use less overriding styles
  3. Make styles flexible and responsive.