mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-17 06:14:54 +00:00
(css) Improve sgImageGallery for small devices
Also include md-truncate directive from ng-material.
This commit is contained in:
@@ -21,8 +21,8 @@ sg-image-gallery {
|
||||
cursor: pointer;
|
||||
}
|
||||
.sg-image {
|
||||
max-height: 80vh;
|
||||
max-width: 90vh;
|
||||
max-height: 75vh;
|
||||
max-width: 75vw;
|
||||
}
|
||||
.sg-image-thumbnails {
|
||||
align-self: center;
|
||||
|
||||
Reference in New Issue
Block a user