mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-10-31 17:50:11 +00:00 
			
		
		
		
	Remove unnecessary scrolling and fix background
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user