WIP: Website Initial Implementation #1
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -45,7 +45,7 @@ def render_main() -> ui.tab_panels: | ||||||
|     tab_names = _tab_to_content.keys() |     tab_names = _tab_to_content.keys() | ||||||
|     with ui.tabs().classes('w-full') as tabs: |     with ui.tabs().classes('w-full') as tabs: | ||||||
|         tab_list = {name: ui.tab(name) for name in tab_names} |         tab_list = {name: ui.tab(name) for name in tab_names} | ||||||
|     with ui.tab_panels(tabs).classes('w-full h-screen no-wrap') as header: |     with ui.tab_panels(tabs).classes('w-full mx-auto h-screen').style('max-width: 1200px') as header: | ||||||
|         for name, t in tab_list.items(): |         for name, t in tab_list.items(): | ||||||
|             with ui.tab_panel(t): |             with ui.tab_panel(t): | ||||||
|                 render_tab(name) |                 render_tab(name) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue