mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
15 lines
183 B
CSS
15 lines
183 B
CSS
:host {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.media-grid {
|
|
line-height: normal;
|
|
font-size: 0;
|
|
}
|
|
|
|
app-gallery-grid-photo {
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|