mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 01:36:24 +01:00 
			
		
		
		
	feat(views/geomap): make full-height
This commit is contained in:
		| @@ -2,6 +2,14 @@ import ViewMode, { ViewModeArgs } from "../view_mode.js"; | ||||
|  | ||||
| const TPL = /*html*/` | ||||
| <div class="geo-view"> | ||||
|     <style> | ||||
|         .geo-view { | ||||
|             overflow: hidden; | ||||
|             position: relative; | ||||
|             height: 100%; | ||||
|         } | ||||
|     </style> | ||||
|  | ||||
|     Geo View is not implemented yet. | ||||
| </div>`; | ||||
|  | ||||
| @@ -20,4 +28,8 @@ export default class GeoView extends ViewMode<{}> { | ||||
|         return this.$root; | ||||
|     } | ||||
|  | ||||
|     get isFullHeight(): boolean { | ||||
|         return true; | ||||
|     } | ||||
|  | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user