mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-02 13:32:51 +00:00
Remove unnecessary scrolling and fix background
This commit is contained in:
parent
0f345bb75f
commit
3a3be8cd1e
@ -87,6 +87,7 @@ view current flags settings model =
|
|||||||
, div
|
, div
|
||||||
[ classList
|
[ classList
|
||||||
[ ( "sixteen wide column", True )
|
[ ( "sixteen wide column", True )
|
||||||
|
, ( "hidden invisible", resultsBelowLimit settings model )
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
[ div [ class "ui basic center aligned segment" ]
|
[ div [ class "ui basic center aligned segment" ]
|
||||||
@ -94,7 +95,6 @@ view current flags settings model =
|
|||||||
[ classList
|
[ classList
|
||||||
[ ( "ui basic tiny button", True )
|
[ ( "ui basic tiny button", True )
|
||||||
, ( "disabled", not model.moreAvailable )
|
, ( "disabled", not model.moreAvailable )
|
||||||
, ( "hidden invisible", resultsBelowLimit settings model )
|
|
||||||
]
|
]
|
||||||
, disabled (not model.moreAvailable || model.moreInProgress || model.searchInProgress)
|
, disabled (not model.moreAvailable || model.moreInProgress || model.searchInProgress)
|
||||||
, title "Load more items"
|
, title "Load more items"
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
}
|
}
|
||||||
.default-layout {
|
.default-layout {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
/* height: 100vh; */
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.default-layout .main-content {
|
.default-layout .main-content {
|
||||||
@ -253,7 +253,7 @@ label span.muted {
|
|||||||
|
|
||||||
.login-layout, .register-layout, .newinvite-layout {
|
.login-layout, .register-layout, .newinvite-layout {
|
||||||
background: #708090;
|
background: #708090;
|
||||||
height: 101vh;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.login-layout > .ui.footer, .register-layout > .ui.footer, .newinvite-layout > .ui.footer {
|
.login-layout > .ui.footer, .register-layout > .ui.footer, .newinvite-layout > .ui.footer {
|
||||||
background: #708090;
|
background: #708090;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user