phpsysinfo / phpsysinfo

phpSysInfo: a customizable PHP script that displays information about your system nicely
http://phpsysinfo.github.io/phpsysinfo
GNU General Public License v2.0
1.38k stars 234 forks source link

Phpsysinfo 3.2.5 rus widescreen #278

Closed gtorinsd closed 4 years ago

gtorinsd commented 4 years ago

Implement report for widescreen (1920x1080)

namiltd commented 4 years ago

Rejected, the code has its own settings and is not tested for the latest version. Bootstrap mode is more optimal for wide screens.

gtorinsd commented 4 years ago

Ok. My proposition is to implement widescreen-report, with ability to set a font size. The main idea is to fit all info at the one screen without any scrolls. Unfortunately a bootstrap mode is not optimal for wide screen too. Of course, it should be done in proper way, (probably, css only), not hardcode like my decision. Thank you for your attention.

namiltd commented 4 years ago

The problem is that the amount of information on the screen depends on the phpsysinfo configuration, enabled phpsysinfo modules or server equipment. It can't be done universally to fit everything on the screen.