img grid paddings
This commit is contained in:
@ -21,7 +21,7 @@ export const DisplayAsSelector = ({ activeSelection, onSelect, show }: DisplaySe
|
||||
|
||||
if (show === false) return null;
|
||||
return (
|
||||
<div className="flex mb-4">
|
||||
<div className="flex mb-px md:mb-1">
|
||||
<div
|
||||
className={`border-highlight cursor-pointer flex justify-center flex-1 p-3 ${
|
||||
activeSelection === "list" ? "border-b border-1" : "hover:bg-nearly-bg-color text-secondary"
|
||||
|
Reference in New Issue
Block a user