-
What custom css would I need to remove the border (far right and far left) ? Its still ok on desktop, but on mobile its really to large with this border : |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You mean the padding left right ? If it is padding left-right, I think that one should be doable by editing I would suggest to have a look at: If you provide us a PR using those, it is likely to be accepted. |
Beta Was this translation helpful? Give feedback.
You mean the padding left right ?
or the spacing between the pictures ?
If it is padding left-right, I think that one should be doable by editing
https://github.com/LycheeOrg/Lychee/blob/master/resources/views/components/gallery/view/photo-listing.blade.php#L21
I would suggest to have a look at:
https://tailwindcss.com/docs/margin
https://tailwindcss.com/docs/responsive-design
If you provide us a PR using those, it is likely to be accepted.
Here is our contribution guide: https://lycheeorg.github.io/docs/contributions.html :)