diff --git a/frontend/src/gallery/grid.rs b/frontend/src/gallery/grid.rs index cd74c29..5e9efd5 100644 --- a/frontend/src/gallery/grid.rs +++ b/frontend/src/gallery/grid.rs @@ -127,7 +127,7 @@ pub fn grid(props: &GridProps) -> Html { "display: flex;", "flex-wrap: wrap;", "flex-direction: row;", - "border: 1px solid black;", + //"border: 1px solid black;", )}> { props.pictures.iter().zip(dimensions).map(|(p, d)| html!{}