From: Hypolite Petovan Date: Mon, 1 Apr 2024 13:38:37 +0000 (-0400) Subject: [frio] Restore lateral margins on home/login page for mobile display X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3bb00f36f8e4ce17194651447675eb9ac3f5ad85;p=friendica.git [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 --- 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,