Software Development
Encompass most of posts in this website…
-
Want to Fill Display Without Excess? Good Luck
To be honest. I want this website to display like 100% of display and nothing more so there is no scrolling when there isn’t any content. Sadly it is hard to do that since vh is calculated assuming it full screen without url bar exist. It is not accounting that so well that sucks. Reference:
by
-
Long URL Broke UI?
Well, I happened to encounter it (again) today while writing the post for checking responsive design. What to do? well, you can just add this as global CSS: that’s it, remember to flush CSS cache if you happen to use cache. reference: https://css-tricks.com/better-line-breaks-for-long-urls/
by
-
Checking Responsive Design?
Maybe try to use Chrome browser device mode. reference: Simulate mobile devices with device mode
by