analytics/lib/plausible_web
pmhoudry f52aac6a31
Correctly position websites list on mobile (#57)
On mobile, the website list at /sites does not have any X padding. The
elements touch the screen left and right. This corrects it by wrapping
the list in a div with "px-4" on it.

This could also be achieved by setting "px-4" and "md:px-0" on every
element but it is unecessarily complex and if some more elements
appeared on this screen, it would be easy to forget this. A container
should be in charge of this, which is what is proposed here.
2020-04-21 10:56:12 +03:00
..
controllers Authentication updates (#54) 2020-04-14 14:04:35 +03:00
plugs Authentication updates (#54) 2020-04-14 14:04:35 +03:00
templates Correctly position websites list on mobile (#57) 2020-04-21 10:56:12 +03:00
views Change home destination 2020-03-31 16:23:46 +03:00
email.ex Remove myself from email bcc 2020-04-06 14:00:14 +03:00
endpoint.ex Authentication updates (#54) 2020-04-14 14:04:35 +03:00
router.ex Authentication updates (#54) 2020-04-14 14:04:35 +03:00