mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Merge pull request #14064 from haheute/mobile-padding-2
Add some padding for the login page at mobile width (frio)
This commit is contained in:
commit
c8fff8c50c
1 changed files with 6 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue