mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Fix bug
This commit is contained in:
		
							parent
							
								
									a7cbdbc1f2
								
							
						
					
					
						commit
						8682fd21c4
					
				
					 1 changed files with 67 additions and 66 deletions
				
			
		| 
						 | 
				
			
			@ -2,8 +2,8 @@
 | 
			
		|||
<iframe v-if="youtubeId" type="text/html" height="250"
 | 
			
		||||
	:src="`https://www.youtube.com/embed/${youtubeId}?origin=${misskeyUrl}`"
 | 
			
		||||
	frameborder="0"/>
 | 
			
		||||
<div v-else>
 | 
			
		||||
	<a class="mk-url-preview" :href="url" target="_blank" :title="url" v-if="!fetching">
 | 
			
		||||
<div v-else class="mk-url-preview">
 | 
			
		||||
	<a :href="url" target="_blank" :title="url" v-if="!fetching">
 | 
			
		||||
		<div class="thumbnail" v-if="thumbnail" :style="`background-image: url(${thumbnail})`"></div>
 | 
			
		||||
		<article>
 | 
			
		||||
			<header>
 | 
			
		||||
| 
						 | 
				
			
			@ -66,6 +66,7 @@ iframe
 | 
			
		|||
	width 100%
 | 
			
		||||
 | 
			
		||||
root(isDark)
 | 
			
		||||
	> a
 | 
			
		||||
		display block
 | 
			
		||||
		font-size 16px
 | 
			
		||||
		border solid 1px isDark ? #191b1f : #eee
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue