1
0
Daniel Supernault 7 жил өмнө
parent
commit
5592b73ec0

+ 13 - 0
resources/assets/sass/custom.scss

@@ -72,10 +72,23 @@ body, button, input, textarea {
   height: 360px !important;
   height: 360px !important;
 }
 }
 
 
+
 .card.status-container.orientation-portrait .status-comments {
 .card.status-container.orientation-portrait .status-comments {
   height: 528px !important;
   height: 528px !important;
 }
 }
 
 
+.card.status-container.orientation-landscape .status-photo img {
+  max-height: 451px !important;
+}
+
+.card.status-container.orientation-square .status-photo img {
+  max-height: 601px !important;
+}
+
+.card.status-container.orientation-portrait .status-photo img {
+  max-height: 772px !important;
+}
+
 .no-caret.dropdown-toggle {
 .no-caret.dropdown-toggle {
   text-decoration: none !important;
   text-decoration: none !important;
 }
 }