From fd9e574806738e7c22fc30d49a7a296a366634e8 Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Sun, 3 Jun 2018 14:20:51 +0200 Subject: [PATCH] Remove max-height, last fix #90 --- resources/assets/sass/custom.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index a972f29d1..0a6b7f71e 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -75,18 +75,6 @@ body, button, input, textarea { 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; }