mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	might have to delete this later, fixing the right-pane-container
This commit is contained in:
		| @@ -255,23 +255,9 @@ export default class DesktopLayout { | |||||||
|                                     .child( |                                     .child( | ||||||
|                                         new RightPaneContainer() |                                         new RightPaneContainer() | ||||||
|                                             .id("right-pane-container") |                                             .id("right-pane-container") | ||||||
|                                             .child( |                                             .child(new TocWidget()) | ||||||
|                                                 new FlexContainer("row") |                                             .child(new HighlightsListWidget()) | ||||||
|                                                     .id("right-pane-tab-container") |                                             .child(...this.customWidgets.get("right-pane")) | ||||||
|                                                     .css("height", "40px") |  | ||||||
|                                                     .css("padding", "5px 10px") |  | ||||||
|                                                     .css("border-bottom", "1px solid var(--main-border-color)") |  | ||||||
|                                                     .css("background-color", "var(--accented-background-color)") |  | ||||||
|                                             ) |  | ||||||
|                                             .child( |  | ||||||
|                                                 new FlexContainer("column") |  | ||||||
|                                                     .id("right-pane-content-container") |  | ||||||
|                                                     .css("flex-grow", "1") |  | ||||||
|                                                     .css("overflow", "hidden") |  | ||||||
|                                                     .child(new TocWidget()) |  | ||||||
|                                                     .child(new HighlightsListWidget()) |  | ||||||
|                                                     .child(...this.customWidgets.get("right-pane")) |  | ||||||
|                                             ) |  | ||||||
|                                     ) |                                     ) | ||||||
|                             ) |                             ) | ||||||
|                     ) |                     ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user