koimoku / 2huchan

a touhou imageboard written in html, css, and php
GNU General Public License v3.0
0 stars 0 forks source link

fix rendering on firefox #1

Open koimoku opened 2 years ago

koimoku commented 2 years ago

Categories.html has many rendering problems on Firefox that don't occur on Chrome-based browsers Screenshot from 2022-06-24 12-00-35

Fix colors to be in line with the colors found on index.html, and make sure text doesn't clip containers. Improve post and info button, and add functionality

LOgreee commented 2 years ago

Rendering issues on Firefox are only for scroll bars. The other issues are related to code responsiveness issues.

(Colors will be fix really soon 😉)

LOgreee commented 2 years ago

We recently released the color change on some pages.

Regarding the responsive CSS, it has been greatly improved since to have the least problems with all common screens (eg smarthpone and pc) it would however be necessary to carry out tests with ultra-wide screens.

Post and info button are now fully operational. image

Due to previous decisions by the Firefox developers we cannot fix the scrollbar issue.