forked from open-webui/open-webui
		
	first draft
This commit is contained in:
		
							parent
							
								
									5fd1acbd99
								
							
						
					
					
						commit
						230f787da1
					
				
					 8 changed files with 149 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
<script lang="ts">
 | 
			
		||||
	import { onMount } from 'svelte';
 | 
			
		||||
	import { fade, blur } from 'svelte/transition';
 | 
			
		||||
	import { fade } from 'svelte/transition';
 | 
			
		||||
 | 
			
		||||
	export let show = true;
 | 
			
		||||
	export let size = 'md';
 | 
			
		||||
| 
						 | 
				
			
			@ -35,9 +35,7 @@
 | 
			
		|||
	<!-- svelte-ignore a11y-no-static-element-interactions -->
 | 
			
		||||
	<div
 | 
			
		||||
		class="fixed top-0 right-0 left-0 bottom-0 bg-black/60 w-full min-h-screen h-screen flex justify-center z-50 overflow-hidden overscroll-contain"
 | 
			
		||||
		on:click={() => {
 | 
			
		||||
			show = false;
 | 
			
		||||
		}}
 | 
			
		||||
		transition:fade={{ duration: 200 }}
 | 
			
		||||
	>
 | 
			
		||||
		<div
 | 
			
		||||
			class="m-auto rounded-xl max-w-full {sizeToWidth(
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue