Remove unnecessary scrolling and fix background

This commit is contained in:
Eike Kettner 2020-09-19 09:30:35 +02:00
parent 0f345bb75f
commit 3a3be8cd1e
2 changed files with 3 additions and 3 deletions

View File

@ -87,6 +87,7 @@ view current flags settings model =
, div
[ classList
[ ( "sixteen wide column", True )
, ( "hidden invisible", resultsBelowLimit settings model )
]
]
[ div [ class "ui basic center aligned segment" ]
@ -94,7 +95,6 @@ view current flags settings model =
[ classList
[ ( "ui basic tiny button", True )
, ( "disabled", not model.moreAvailable )
, ( "hidden invisible", resultsBelowLimit settings model )
]
, disabled (not model.moreAvailable || model.moreInProgress || model.searchInProgress)
, title "Load more items"

View File

@ -37,7 +37,7 @@
}
.default-layout {
background: #fff;
/* height: 100vh; */
height: 100%;
}
.default-layout .main-content {
@ -253,7 +253,7 @@ label span.muted {
.login-layout, .register-layout, .newinvite-layout {
background: #708090;
height: 101vh;
height: 100%;
}
.login-layout > .ui.footer, .register-layout > .ui.footer, .newinvite-layout > .ui.footer {
background: #708090;