mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	🎨
This commit is contained in:
		
							parent
							
								
									1ba09e1eee
								
							
						
					
					
						commit
						cd52dc73bb
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -90,6 +90,8 @@ SPDX-License-Identifier: AGPL-3.0-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script setup lang="ts">
 | 
					<script setup lang="ts">
 | 
				
			||||||
import { shallowRef, ref, computed, nextTick, onMounted, onDeactivated, onUnmounted } from 'vue';
 | 
					import { shallowRef, ref, computed, nextTick, onMounted, onDeactivated, onUnmounted } from 'vue';
 | 
				
			||||||
 | 
					import { url } from '@@/js/config.js';
 | 
				
			||||||
 | 
					import { embedRouteWithScrollbar } from '@@/js/embed-page.js';
 | 
				
			||||||
import type { EmbeddableEntity, EmbedParams } from '@@/js/embed-page.js';
 | 
					import type { EmbeddableEntity, EmbedParams } from '@@/js/embed-page.js';
 | 
				
			||||||
import MkModalWindow from '@/components/MkModalWindow.vue';
 | 
					import MkModalWindow from '@/components/MkModalWindow.vue';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -103,10 +105,8 @@ import MkInfo from '@/components/MkInfo.vue';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import * as os from '@/os.js';
 | 
					import * as os from '@/os.js';
 | 
				
			||||||
import { i18n } from '@/i18n.js';
 | 
					import { i18n } from '@/i18n.js';
 | 
				
			||||||
import { url } from '@@/js/config.js';
 | 
					 | 
				
			||||||
import { copyToClipboard } from '@/scripts/copy-to-clipboard.js';
 | 
					import { copyToClipboard } from '@/scripts/copy-to-clipboard.js';
 | 
				
			||||||
import { normalizeEmbedParams, getEmbedCode } from '@/scripts/get-embed-code.js';
 | 
					import { normalizeEmbedParams, getEmbedCode } from '@/scripts/get-embed-code.js';
 | 
				
			||||||
import { embedRouteWithScrollbar } from '@@/js/embed-page.js';
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
const emit = defineEmits<{
 | 
					const emit = defineEmits<{
 | 
				
			||||||
	(ev: 'ok'): void;
 | 
						(ev: 'ok'): void;
 | 
				
			||||||
| 
						 | 
					@ -307,6 +307,8 @@ onUnmounted(() => {
 | 
				
			||||||
.embedCodeGenPreviewRoot {
 | 
					.embedCodeGenPreviewRoot {
 | 
				
			||||||
	position: relative;
 | 
						position: relative;
 | 
				
			||||||
	background-color: var(--bg);
 | 
						background-color: var(--bg);
 | 
				
			||||||
 | 
						background-size: auto auto;
 | 
				
			||||||
 | 
						background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, var(--panel) 6px, var(--panel) 12px);
 | 
				
			||||||
	cursor: not-allowed;
 | 
						cursor: not-allowed;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue