mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 23:55:34 +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;
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/*! toast/_extends.scss - */
|
||||
@import '../../../angular-material/src/components/truncate/truncate.scss';
|
||||
@@ -0,0 +1 @@
|
||||
@import 'extends';
|
||||
Reference in New Issue
Block a user