mirror of
https://github.com/friendica/friendica
synced 2024-11-10 15:42:54 +00:00
standard pages does have now a standard min-height
This commit is contained in:
parent
f4998c223b
commit
0449cb28bb
1 changed files with 1 additions and 0 deletions
|
@ -1553,6 +1553,7 @@ ul.dropdown-menu li:hover {
|
|||
.directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper,
|
||||
.events-content-wrapper, .message-content-wrapper, .apps-content-wrapper,
|
||||
.notifications-content-wrapper, .admin-content-wrapper {
|
||||
min-height: calc(100vh - 150px);
|
||||
padding: 15px;
|
||||
padding-bottom: 20px;
|
||||
margin-bottom: 20px;
|
||||
|
|
Loading…
Reference in a new issue