From 3bb00f36f8e4ce17194651447675eb9ac3f5ad85 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Mon, 1 Apr 2024 09:38:37 -0400 Subject: [PATCH] [frio] Restore lateral margins on home/login page for mobile display - They had been removed site-wide to give more space to posts in the network view --- view/theme/frio/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index be71399a86..cab89f1744 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -3849,6 +3849,12 @@ section .profile-match-wrapper { margin-top: 0; } + .mod-home.is-not-singleuser, + .mod-login { + padding-left: 10px; + padding-right: 10px; + } + .generic-page-wrapper, .videos-content-wrapper, .suggest-content-wrapper,