From 5592b73ec047d3f66f966aab005dd667b142dbf8 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 31 May 2018 15:57:42 -0600 Subject: [PATCH] Update custom sass --- resources/assets/sass/custom.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 666ca087f..55f0b464c 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -72,10 +72,23 @@ body, button, input, textarea { height: 360px !important; } + .card.status-container.orientation-portrait .status-comments { 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 { text-decoration: none !important; }