mirror of
https://github.com/friendica/friendica
synced 2025-01-18 13:44:28 +00:00
[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
This commit is contained in:
parent
fda2873a92
commit
3bb00f36f8
1 changed files with 6 additions and 0 deletions
|
@ -3849,6 +3849,12 @@ section .profile-match-wrapper {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mod-home.is-not-singleuser,
|
||||||
|
.mod-login {
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.generic-page-wrapper,
|
.generic-page-wrapper,
|
||||||
.videos-content-wrapper,
|
.videos-content-wrapper,
|
||||||
.suggest-content-wrapper,
|
.suggest-content-wrapper,
|
||||||
|
|
Loading…
Reference in a new issue