From 753702da0e68f00c6762a22b38b9e18f608e30c3 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 1 Oct 2023 17:52:09 -0400 Subject: [PATCH] [frio] Remove superfluous padding from search results in mobile view --- view/theme/frio/css/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 1c8db9166..76df82bf9 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -3776,10 +3776,6 @@ section .profile-match-wrapper { margin-bottom: 5px; } - .panel .panel-body { - padding: 10px; - } - .toplevel_item > .wall-item-container { padding: 0; }