1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-04-07 07:09:59 +02:00
pigallery2/src/frontend/app/ui/gallery/grid/grid.gallery.component.css

15 lines
183 B
CSS
Raw Normal View History

2023-08-26 15:37:01 +02:00
:host {
display: block;
width: 100%;
}
2023-08-28 21:26:00 +02:00
.media-grid {
2023-08-26 15:37:01 +02:00
line-height: normal;
font-size: 0;
}
2016-05-12 11:00:46 +02:00
2018-05-03 19:17:08 -04:00
app-gallery-grid-photo {
2023-08-26 15:37:01 +02:00
display: inline-block;
cursor: pointer;
2016-04-27 22:37:07 +02:00
}