perf?(client): remove needless scoped annotation for style
This commit is contained in:
		
							parent
							
								
									10a659eb99
								
							
						
					
					
						commit
						ada04c1932
					
				
					 263 changed files with 407 additions and 343 deletions
				
			
		|  | @ -63,7 +63,7 @@ function resolve() { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .bcekxzvu { | .bcekxzvu { | ||||||
| 	display: flex; | 	display: flex; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -58,7 +58,7 @@ function send() { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .dpvffvvy { | .dpvffvvy { | ||||||
| 	--root-margin: 16px; | 	--root-margin: 16px; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -205,7 +205,7 @@ onBeforeUnmount(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .mbcofsoe { | .mbcofsoe { | ||||||
| 	display: block; | 	display: block; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -376,7 +376,7 @@ onBeforeUnmount(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .swhvrteh { | .swhvrteh { | ||||||
| 	position: fixed; | 	position: fixed; | ||||||
| 	max-width: 100%; | 	max-width: 100%; | ||||||
|  |  | ||||||
|  | @ -98,7 +98,7 @@ function onMousedown(evt: MouseEvent): void { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .bghgjjyj { | .bghgjjyj { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	z-index: 1; // 他コンポーネントのbox-shadowに隠されないようにするため | 	z-index: 1; // 他コンポーネントのbox-shadowに隠されないようにするため | ||||||
|  |  | ||||||
|  | @ -57,7 +57,7 @@ async function onClick() { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .hdcaacmi { | .hdcaacmi { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	display: inline-block; | 	display: inline-block; | ||||||
|  |  | ||||||
|  | @ -50,7 +50,7 @@ const bannerStyle = computed(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .eftoefju { | .eftoefju { | ||||||
| 	display: block; | 	display: block; | ||||||
| 	overflow: hidden; | 	overflow: hidden; | ||||||
|  |  | ||||||
|  | @ -838,7 +838,7 @@ onMounted(() => { | ||||||
| /* eslint-enable id-denylist */ | /* eslint-enable id-denylist */ | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .cbbedffa { | .cbbedffa { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -33,7 +33,7 @@ const emit = defineEmits<{ | ||||||
| }>(); | }>(); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .qpcyisrl { | .qpcyisrl { | ||||||
| 	> .title { | 	> .title { | ||||||
| 		margin-bottom: 4px; | 		margin-bottom: 4px; | ||||||
|  |  | ||||||
|  | @ -140,7 +140,9 @@ export default defineComponent({ | ||||||
| .container-toggle-leave-to { | .container-toggle-leave-to { | ||||||
| 	opacity: 0; | 	opacity: 0; | ||||||
| } | } | ||||||
|  | </style> | ||||||
| 
 | 
 | ||||||
|  | <style lang="scss"> | ||||||
| .ukygtjoj { | .ukygtjoj { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	overflow: clip; | 	overflow: clip; | ||||||
|  |  | ||||||
|  | @ -69,10 +69,6 @@ function onMousedown(evt: Event) { | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss" scoped> | ||||||
| .nvlagfpb { |  | ||||||
| 	position: absolute; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| .fade-enter-active, .fade-leave-active { | .fade-enter-active, .fade-leave-active { | ||||||
| 	transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); | 	transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); | ||||||
| 	transform-origin: left top; | 	transform-origin: left top; | ||||||
|  | @ -83,3 +79,9 @@ function onMousedown(evt: Event) { | ||||||
| 	transform: scale(0.9); | 	transform: scale(0.9); | ||||||
| } | } | ||||||
| </style> | </style> | ||||||
|  | 
 | ||||||
|  | <style lang="scss"> | ||||||
|  | .nvlagfpb { | ||||||
|  | 	position: absolute; | ||||||
|  | } | ||||||
|  | </style> | ||||||
|  |  | ||||||
|  | @ -133,7 +133,9 @@ onMounted(() => { | ||||||
| .fade-leave-to { | .fade-leave-to { | ||||||
| 	opacity: 0; | 	opacity: 0; | ||||||
| } | } | ||||||
|  | </style> | ||||||
| 
 | 
 | ||||||
|  | <style lang="scss"> | ||||||
| .mk-cropper-dialog { | .mk-cropper-dialog { | ||||||
| 	display: flex; | 	display: flex; | ||||||
| 	flex-direction: column; | 	flex-direction: column; | ||||||
|  |  | ||||||
|  | @ -34,7 +34,7 @@ const toggle = () => { | ||||||
| }; | }; | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .nrvgflfu { | .nrvgflfu { | ||||||
| 	display: inline-block; | 	display: inline-block; | ||||||
| 	padding: 4px 8px; | 	padding: 4px 8px; | ||||||
|  |  | ||||||
|  | @ -143,7 +143,7 @@ onBeforeUnmount(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .mk-dialog { | .mk-dialog { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	padding: 32px; | 	padding: 32px; | ||||||
|  |  | ||||||
|  | @ -62,7 +62,7 @@ onUnmounted(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .zjobosdg { | .zjobosdg { | ||||||
| 	> .colon { | 	> .colon { | ||||||
| 		opacity: 0; | 		opacity: 0; | ||||||
|  |  | ||||||
|  | @ -176,7 +176,7 @@ async function deleteFile() { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .ncvczrfv { | .ncvczrfv { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	padding: 8px 0 0 0; | 	padding: 8px 0 0 0; | ||||||
|  |  | ||||||
|  | @ -264,7 +264,7 @@ function onContextmenu(ev: MouseEvent) { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .rghtznwe { | .rghtznwe { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	padding: 8px; | 	padding: 8px; | ||||||
|  |  | ||||||
|  | @ -1,5 +1,6 @@ | ||||||
| <template> | <template> | ||||||
| <div class="drylbebk" | <div | ||||||
|  | 	class="drylbebk" | ||||||
| 	:class="{ draghover }" | 	:class="{ draghover }" | ||||||
| 	@click="onClick" | 	@click="onClick" | ||||||
| 	@dragover.prevent.stop="onDragover" | 	@dragover.prevent.stop="onDragover" | ||||||
|  | @ -130,7 +131,7 @@ function onDrop(ev: DragEvent) { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .drylbebk { | .drylbebk { | ||||||
| 	> * { | 	> * { | ||||||
| 		pointer-events: none; | 		pointer-events: none; | ||||||
|  |  | ||||||
|  | @ -655,7 +655,7 @@ onBeforeUnmount(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .yfudmmck { | .yfudmmck { | ||||||
| 	display: flex; | 	display: flex; | ||||||
| 	flex-direction: column; | 	flex-direction: column; | ||||||
|  |  | ||||||
|  | @ -53,7 +53,7 @@ const isThumbnailAvailable = computed(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .zdjebgpv { | .zdjebgpv { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	display: flex; | 	display: flex; | ||||||
|  |  | ||||||
|  | @ -32,5 +32,5 @@ const emit = defineEmits<{ | ||||||
| const shown = ref(!!props.initialShown); | const shown = ref(!!props.initialShown); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| </style> | </style> | ||||||
|  |  | ||||||
|  | @ -354,7 +354,7 @@ defineExpose({ | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .omfetrab { | .omfetrab { | ||||||
| 	$pad: 8px; | 	$pad: 8px; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -62,7 +62,7 @@ function opening() { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .ryghynhb { | .ryghynhb { | ||||||
| 	&.drawer { | 	&.drawer { | ||||||
| 		border-radius: 24px; | 		border-radius: 24px; | ||||||
|  |  | ||||||
|  | @ -1,5 +1,6 @@ | ||||||
| <template> | <template> | ||||||
| <MkWindow ref="window" | <MkWindow | ||||||
|  | 	ref="window" | ||||||
| 	:initial-width="null" | 	:initial-width="null" | ||||||
| 	:initial-height="null" | 	:initial-height="null" | ||||||
| 	:can-resize="false" | 	:can-resize="false" | ||||||
|  | @ -34,7 +35,7 @@ function chosen(emoji: any) { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .omfetrab { | .omfetrab { | ||||||
| 	$pad: 8px; | 	$pad: 8px; | ||||||
| 	--eachSize: 40px; | 	--eachSize: 40px; | ||||||
|  |  | ||||||
|  | @ -14,7 +14,7 @@ os.api('meta', { detail: true }).then(gotMeta => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .xfbouadm { | .xfbouadm { | ||||||
| 	background-position: center; | 	background-position: center; | ||||||
| 	background-size: cover; | 	background-size: cover; | ||||||
|  |  | ||||||
|  | @ -51,7 +51,9 @@ const props = defineProps<{ | ||||||
| 	0% { opacity: 1; } | 	0% { opacity: 1; } | ||||||
| 	50% { opacity: 0; } | 	50% { opacity: 0; } | ||||||
| } | } | ||||||
|  | </style> | ||||||
| 
 | 
 | ||||||
|  | <style lang="scss"> | ||||||
| .urempief { | .urempief { | ||||||
| 	margin-top: var(--margin); | 	margin-top: var(--margin); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -107,7 +107,9 @@ export default defineComponent({ | ||||||
| .folder-toggle-leave-to { | .folder-toggle-leave-to { | ||||||
| 	opacity: 0; | 	opacity: 0; | ||||||
| } | } | ||||||
|  | </style> | ||||||
| 
 | 
 | ||||||
|  | <style lang="scss"> | ||||||
| .ssazuxis { | .ssazuxis { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 
 | 
 | ||||||
|  | @ -156,4 +158,14 @@ export default defineComponent({ | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  | @container (max-width: 500px) { | ||||||
|  | 	.ssazuxis { | ||||||
|  | 		> header { | ||||||
|  | 			> .title { | ||||||
|  | 				padding: 8px 10px 8px 0; | ||||||
|  | 			} | ||||||
|  | 		} | ||||||
|  | 	} | ||||||
|  | } | ||||||
| </style> | </style> | ||||||
|  |  | ||||||
|  | @ -109,7 +109,7 @@ onBeforeUnmount(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .kpoogebi { | .kpoogebi { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	display: inline-block; | 	display: inline-block; | ||||||
|  |  | ||||||
|  | @ -1,5 +1,6 @@ | ||||||
| <template> | <template> | ||||||
| <XModalWindow ref="dialog" | <XModalWindow | ||||||
|  | 	ref="dialog" | ||||||
| 	:width="370" | 	:width="370" | ||||||
| 	:height="400" | 	:height="400" | ||||||
| 	@close="dialog.close()" | 	@close="dialog.close()" | ||||||
|  | @ -62,7 +63,7 @@ async function onSubmit() { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .bafeceda { | .bafeceda { | ||||||
| 	> .main { | 	> .main { | ||||||
| 		padding: 24px; | 		padding: 24px; | ||||||
|  |  | ||||||
|  | @ -120,7 +120,7 @@ export default defineComponent({ | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .xkpnjxcv { | .xkpnjxcv { | ||||||
| 
 | 
 | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -25,7 +25,7 @@ const props = defineProps<{ | ||||||
| }>(); | }>(); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .ttasepnz { | .ttasepnz { | ||||||
| 	display: block; | 	display: block; | ||||||
| 	position: relative; | 	position: relative; | ||||||
|  |  | ||||||
|  | @ -19,7 +19,7 @@ const search = () => { | ||||||
| }; | }; | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .mk-google { | .mk-google { | ||||||
| 	display: flex; | 	display: flex; | ||||||
| 	margin: 8px 0; | 	margin: 8px 0; | ||||||
|  |  | ||||||
|  | @ -31,7 +31,7 @@ const emit = defineEmits<{ | ||||||
| const modal = $ref<InstanceType<typeof MkModal>>(); | const modal = $ref<InstanceType<typeof MkModal>>(); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .xubzgfga { | .xubzgfga { | ||||||
| 	display: flex; | 	display: flex; | ||||||
| 	flex-direction: column; | 	flex-direction: column; | ||||||
|  |  | ||||||
|  | @ -45,7 +45,7 @@ onMounted(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .xubzgfgb { | .xubzgfgb { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	width: 100%; | 	width: 100%; | ||||||
|  |  | ||||||
|  | @ -14,7 +14,7 @@ const props = defineProps<{ | ||||||
| }>(); | }>(); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .fpezltsf { | .fpezltsf { | ||||||
| 	padding: 12px 14px; | 	padding: 12px 14px; | ||||||
| 	font-size: 90%; | 	font-size: 90%; | ||||||
|  |  | ||||||
|  | @ -30,7 +30,7 @@ const copy_ = () => { | ||||||
| }; | }; | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .alqyeyti { | .alqyeyti { | ||||||
| 	> .key { | 	> .key { | ||||||
| 		font-size: 0.85em; | 		font-size: 0.85em; | ||||||
|  |  | ||||||
|  | @ -62,7 +62,7 @@ function close() { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .szkkfdyq { | .szkkfdyq { | ||||||
| 	max-height: 100%; | 	max-height: 100%; | ||||||
| 	width: min(460px, 100vw); | 	width: min(460px, 100vw); | ||||||
|  |  | ||||||
|  | @ -35,7 +35,7 @@ useTooltip($$(el), (showing) => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .xlcxczvw { | .xlcxczvw { | ||||||
| 	word-break: break-all; | 	word-break: break-all; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -50,7 +50,7 @@ onMounted(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .mk-media-banner { | .mk-media-banner { | ||||||
| 	width: 100%; | 	width: 100%; | ||||||
| 	border-radius: 4px; | 	border-radius: 4px; | ||||||
|  |  | ||||||
|  | @ -49,7 +49,7 @@ watch(() => props.image, () => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .qjewsnkg { | .qjewsnkg { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -101,7 +101,7 @@ const previewable = (file: misskey.entities.DriveFile): boolean => { | ||||||
| }; | }; | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .hoawjimk { | .hoawjimk { | ||||||
| 	> .gird-container { | 	> .gird-container { | ||||||
| 		position: relative; | 		position: relative; | ||||||
|  |  | ||||||
|  | @ -35,7 +35,7 @@ const props = defineProps<{ | ||||||
| const hide = ref((defaultStore.state.nsfw === 'force') ? true : props.video.isSensitive && (defaultStore.state.nsfw !== 'ignore')); | const hide = ref((defaultStore.state.nsfw === 'force') ? true : props.video.isSensitive && (defaultStore.state.nsfw !== 'ignore')); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .kkjnbbplepmiyuadieoenjgutgcmtsvu { | .kkjnbbplepmiyuadieoenjgutgcmtsvu { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -39,7 +39,7 @@ bg.setAlpha(0.1); | ||||||
| const bgCss = bg.toRgbString(); | const bgCss = bg.toRgbString(); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .akbvjaqn { | .akbvjaqn { | ||||||
| 	display: inline-block; | 	display: inline-block; | ||||||
| 	padding: 4px 8px 4px 4px; | 	padding: 4px 8px 4px 4px; | ||||||
|  |  | ||||||
|  | @ -58,7 +58,7 @@ defineExpose({ | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .sfhdhdhr { | .sfhdhdhr { | ||||||
| 	position: absolute; | 	position: absolute; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -186,7 +186,7 @@ onBeforeUnmount(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .rrevdjwt { | .rrevdjwt { | ||||||
| 	padding: 8px 0; | 	padding: 8px 0; | ||||||
| 	box-sizing: border-box; | 	box-sizing: border-box; | ||||||
|  |  | ||||||
|  | @ -328,7 +328,9 @@ defineExpose({ | ||||||
| 		transform: translateY(100%); | 		transform: translateY(100%); | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
|  | </style> | ||||||
| 
 | 
 | ||||||
|  | <style lang="scss"> | ||||||
| .qzhlnise { | .qzhlnise { | ||||||
| 	> .bg { | 	> .bg { | ||||||
| 		&.transparent { | 		&.transparent { | ||||||
|  |  | ||||||
|  | @ -115,7 +115,7 @@ function onContextmenu(ev: MouseEvent) { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .hrmcaedk { | .hrmcaedk { | ||||||
| 	overflow: hidden; | 	overflow: hidden; | ||||||
| 	display: flex; | 	display: flex; | ||||||
|  |  | ||||||
|  | @ -83,7 +83,7 @@ defineExpose({ | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .ebkgoccj { | .ebkgoccj { | ||||||
| 	overflow: hidden; | 	overflow: hidden; | ||||||
| 	display: flex; | 	display: flex; | ||||||
|  |  | ||||||
|  | @ -90,7 +90,7 @@ | ||||||
| 		</div> | 		</div> | ||||||
| 	</article> | 	</article> | ||||||
| </div> | </div> | ||||||
| <div v-else class="muted" @click="muted = false"> | <div v-else class="tkcbzcuz-muted" @click="muted = false"> | ||||||
| 	<I18n :src="i18n.ts.userSaysSomething" tag="small"> | 	<I18n :src="i18n.ts.userSaysSomething" tag="small"> | ||||||
| 		<template #name> | 		<template #name> | ||||||
| 			<MkA v-user-preview="appearNote.userId" class="name" :to="userPage(appearNote.user)"> | 			<MkA v-user-preview="appearNote.userId" class="name" :to="userPage(appearNote.user)"> | ||||||
|  | @ -292,7 +292,7 @@ function readPromo() { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .tkcbzcuz { | .tkcbzcuz { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	transition: box-shadow 0.1s ease; | 	transition: box-shadow 0.1s ease; | ||||||
|  | @ -650,7 +650,7 @@ function readPromo() { | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .muted { | .tkcbzcuz-muted { | ||||||
| 	padding: 8px; | 	padding: 8px; | ||||||
| 	text-align: center; | 	text-align: center; | ||||||
| 	opacity: 0.7; | 	opacity: 0.7; | ||||||
|  |  | ||||||
|  | @ -101,7 +101,7 @@ | ||||||
| 	</article> | 	</article> | ||||||
| 	<MkNoteSub v-for="note in replies" :key="note.id" :note="note" class="reply" :detail="true"/> | 	<MkNoteSub v-for="note in replies" :key="note.id" :note="note" class="reply" :detail="true"/> | ||||||
| </div> | </div> | ||||||
| <div v-else class="_panel muted" @click="muted = false"> | <div v-else class="_panel lxwezrsl-muted" @click="muted = false"> | ||||||
| 	<I18n :src="i18n.ts.userSaysSomething" tag="small"> | 	<I18n :src="i18n.ts.userSaysSomething" tag="small"> | ||||||
| 		<template #name> | 		<template #name> | ||||||
| 			<MkA v-user-preview="appearNote.userId" class="name" :to="userPage(appearNote.user)"> | 			<MkA v-user-preview="appearNote.userId" class="name" :to="userPage(appearNote.user)"> | ||||||
|  | @ -295,7 +295,7 @@ if (appearNote.replyId) { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .lxwezrsl { | .lxwezrsl { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	transition: box-shadow 0.1s ease; | 	transition: box-shadow 0.1s ease; | ||||||
|  | @ -669,7 +669,7 @@ if (appearNote.replyId) { | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .muted { | .lxwezrsl-muted { | ||||||
| 	padding: 8px; | 	padding: 8px; | ||||||
| 	text-align: center; | 	text-align: center; | ||||||
| 	opacity: 0.7; | 	opacity: 0.7; | ||||||
|  |  | ||||||
|  | @ -27,7 +27,7 @@ defineProps<{ | ||||||
| }>(); | }>(); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .kkwtjztg { | .kkwtjztg { | ||||||
| 	display: flex; | 	display: flex; | ||||||
| 	align-items: baseline; | 	align-items: baseline; | ||||||
|  |  | ||||||
|  | @ -22,7 +22,7 @@ const props = defineProps<{ | ||||||
| }>(); | }>(); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .fefdfafb { | .fefdfafb { | ||||||
| 	display: flex; | 	display: flex; | ||||||
| 	margin: 0; | 	margin: 0; | ||||||
|  |  | ||||||
|  | @ -31,7 +31,7 @@ const props = defineProps<{ | ||||||
| const showContent = $ref(false); | const showContent = $ref(false); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .yohlumlk { | .yohlumlk { | ||||||
| 	display: flex; | 	display: flex; | ||||||
| 	margin: 0; | 	margin: 0; | ||||||
|  |  | ||||||
|  | @ -57,7 +57,7 @@ if (props.detail) { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .wrpstxzv { | .wrpstxzv { | ||||||
| 	padding: 16px 32px; | 	padding: 16px 32px; | ||||||
| 	font-size: 0.9em; | 	font-size: 0.9em; | ||||||
|  |  | ||||||
|  | @ -36,7 +36,7 @@ defineExpose({ | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .giivymft { | .giivymft { | ||||||
| 	&.noGap { | 	&.noGap { | ||||||
| 		> .notes { | 		> .notes { | ||||||
|  |  | ||||||
|  | @ -160,7 +160,7 @@ useTooltip(reactionRef, (showing) => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .qglefbjs { | .qglefbjs { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	box-sizing: border-box; | 	box-sizing: border-box; | ||||||
|  |  | ||||||
|  | @ -37,7 +37,9 @@ onMounted(() => { | ||||||
| 	opacity: 0; | 	opacity: 0; | ||||||
| 	transform: translateX(-250px); | 	transform: translateX(-250px); | ||||||
| } | } | ||||||
|  | </style> | ||||||
| 
 | 
 | ||||||
|  | <style lang="scss"> | ||||||
| .mk-notification-toast { | .mk-notification-toast { | ||||||
| 	position: fixed; | 	position: fixed; | ||||||
| 	left: 0; | 	left: 0; | ||||||
|  |  | ||||||
|  | @ -97,7 +97,7 @@ onUnmounted(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .elsfgstc { | .elsfgstc { | ||||||
| 	background: var(--panel); | 	background: var(--panel); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -30,7 +30,7 @@ export default defineComponent({ | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .ceaaebcd { | .ceaaebcd { | ||||||
| 	&.isPlus { | 	&.isPlus { | ||||||
| 		color: var(--success); | 		color: var(--success); | ||||||
|  |  | ||||||
|  | @ -78,7 +78,7 @@ export default defineComponent({ | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .igpposuu { | .igpposuu { | ||||||
| 	display: inline; | 	display: inline; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -13,7 +13,7 @@ const props = defineProps<{ | ||||||
| }>(); | }>(); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .zhyxdalp { | .zhyxdalp { | ||||||
| 
 | 
 | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -32,7 +32,7 @@ export default defineComponent({ | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .vhpxefrj { | .vhpxefrj { | ||||||
| 	display: block; | 	display: block; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -132,7 +132,7 @@ defineExpose({ | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .yrolvcoq { | .yrolvcoq { | ||||||
| 	min-height: 100%; | 	min-height: 100%; | ||||||
| 	background: var(--bg); | 	background: var(--bg); | ||||||
|  |  | ||||||
|  | @ -307,7 +307,9 @@ defineExpose({ | ||||||
| .fade-leave-to { | .fade-leave-to { | ||||||
| 	opacity: 0; | 	opacity: 0; | ||||||
| } | } | ||||||
|  | </style> | ||||||
| 
 | 
 | ||||||
|  | <style lang="scss"> | ||||||
| .cxiknjgy { | .cxiknjgy { | ||||||
| 	> .button { | 	> .button { | ||||||
| 		margin-left: auto; | 		margin-left: auto; | ||||||
|  |  | ||||||
|  | @ -86,7 +86,7 @@ const vote = async (id) => { | ||||||
| }; | }; | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .tivcixzd { | .tivcixzd { | ||||||
| 	> ul { | 	> ul { | ||||||
| 		display: block; | 		display: block; | ||||||
|  |  | ||||||
|  | @ -142,7 +142,7 @@ watch([choices, multiple, expiration, atDate, atTime, after, unit], () => emit(' | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .zmdxowus { | .zmdxowus { | ||||||
| 	padding: 8px 16px; | 	padding: 8px 16px; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -25,7 +25,7 @@ const emit = defineEmits<{ | ||||||
| let modal = $ref<InstanceType<typeof MkModal>>(); | let modal = $ref<InstanceType<typeof MkModal>>(); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .sfhdhdhq { | .sfhdhdhq { | ||||||
| 	&.drawer { | 	&.drawer { | ||||||
| 		border-radius: 24px; | 		border-radius: 24px; | ||||||
|  |  | ||||||
|  | @ -715,7 +715,7 @@ onMounted(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .gafaadew { | .gafaadew { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -109,7 +109,7 @@ function showFileMenu(file, ev: MouseEvent) { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .skeikyzd { | .skeikyzd { | ||||||
| 	padding: 8px 16px; | 	padding: 8px 16px; | ||||||
| 	position: relative; | 	position: relative; | ||||||
|  |  | ||||||
|  | @ -24,7 +24,7 @@ const emit = defineEmits<{ | ||||||
| }>(); | }>(); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .beeadbfb { | .beeadbfb { | ||||||
| 	text-align: center; | 	text-align: center; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -44,7 +44,7 @@ function getReactionName(reaction: string): string { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .bqxuuuey { | .bqxuuuey { | ||||||
| 	display: flex; | 	display: flex; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -90,7 +90,7 @@ useTooltip(buttonRef, async (showing) => { | ||||||
| }, 100); | }, 100); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .hkzvhatu { | .hkzvhatu { | ||||||
| 	display: inline-block; | 	display: inline-block; | ||||||
| 	height: 32px; | 	height: 32px; | ||||||
|  |  | ||||||
|  | @ -19,7 +19,7 @@ const initialReactions = new Set(Object.keys(props.note.reactions)); | ||||||
| const isMe = computed(() => $i && $i.id === props.note.userId); | const isMe = computed(() => $i && $i.id === props.note.userId); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .tdflqwzn { | .tdflqwzn { | ||||||
| 	margin: 4px -2px 0 -2px; | 	margin: 4px -2px 0 -2px; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -10,7 +10,7 @@ defineProps<{ | ||||||
| }>(); | }>(); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .jmgmzlwq { | .jmgmzlwq { | ||||||
| 	font-size: 0.8em; | 	font-size: 0.8em; | ||||||
| 	padding: 16px; | 	padding: 16px; | ||||||
|  |  | ||||||
|  | @ -74,7 +74,7 @@ const renote = (viaKeyboard = false) => { | ||||||
| }; | }; | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .eddddedb { | .eddddedb { | ||||||
| 	display: inline-block; | 	display: inline-block; | ||||||
| 	height: 32px; | 	height: 32px; | ||||||
|  |  | ||||||
|  | @ -100,7 +100,7 @@ onMounted(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .vswabwbm { | .vswabwbm { | ||||||
| 	pointer-events: none; | 	pointer-events: none; | ||||||
| 	position: fixed; | 	position: fixed; | ||||||
|  |  | ||||||
|  | @ -242,7 +242,7 @@ function resetPassword() { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .eppvobhk { | .eppvobhk { | ||||||
| 	> .auth { | 	> .auth { | ||||||
| 		> .avatar { | 		> .avatar { | ||||||
|  |  | ||||||
|  | @ -237,7 +237,7 @@ function onSubmit(): void { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .qlvuhzng { | .qlvuhzng { | ||||||
| 	.captcha { | 	.captcha { | ||||||
| 		margin: 16px 0; | 		margin: 16px 0; | ||||||
|  |  | ||||||
|  | @ -111,7 +111,7 @@ onUnmounted(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .mk-sparkle { | .mk-sparkle { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	display: inline-block; | 	display: inline-block; | ||||||
|  |  | ||||||
|  | @ -39,7 +39,7 @@ const collapsed = $ref( | ||||||
| 	)); | 	)); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .wrmlmaau { | .wrmlmaau { | ||||||
| 	overflow-wrap: break-word; | 	overflow-wrap: break-word; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -41,7 +41,7 @@ export default defineComponent({ | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .rrevdjwu { | .rrevdjwu { | ||||||
| 	> .group { | 	> .group { | ||||||
| 		& + .group { | 		& + .group { | ||||||
|  |  | ||||||
|  | @ -70,7 +70,7 @@ defineExpose({ | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .meijqfqm { | .meijqfqm { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	overflow: clip; | 	overflow: clip; | ||||||
|  |  | ||||||
|  | @ -40,7 +40,9 @@ onMounted(() => { | ||||||
| 	opacity: 0; | 	opacity: 0; | ||||||
| 	transform: translateY(-100%); | 	transform: translateY(-100%); | ||||||
| } | } | ||||||
|  | </style> | ||||||
| 
 | 
 | ||||||
|  | <style lang="scss"> | ||||||
| .mk-toast { | .mk-toast { | ||||||
| 	> .body { | 	> .body { | ||||||
| 		position: fixed; | 		position: fixed; | ||||||
|  |  | ||||||
|  | @ -86,7 +86,9 @@ onUnmounted(() => { | ||||||
| 	opacity: 0; | 	opacity: 0; | ||||||
| 	transform: scale(0.75); | 	transform: scale(0.75); | ||||||
| } | } | ||||||
|  | </style> | ||||||
| 
 | 
 | ||||||
|  | <style lang="scss"> | ||||||
| .buebdbiu { | .buebdbiu { | ||||||
| 	position: absolute; | 	position: absolute; | ||||||
| 	font-size: 0.8em; | 	font-size: 0.8em; | ||||||
|  |  | ||||||
|  | @ -25,7 +25,7 @@ const whatIsNew = () => { | ||||||
| }; | }; | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .ewlycnyt { | .ewlycnyt { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	padding: 32px; | 	padding: 32px; | ||||||
|  |  | ||||||
|  | @ -1,5 +1,5 @@ | ||||||
| <template> | <template> | ||||||
| <div v-if="playerEnabled" class="player" :style="`padding: ${(player.height || 0) / (player.width || 1) * 100}% 0 0`"> | <div v-if="playerEnabled" class="mk-url-preview-player" :style="`padding: ${(player.height || 0) / (player.width || 1) * 100}% 0 0`"> | ||||||
| 	<button class="disablePlayer" :title="i18n.ts.disablePlayer" @click="playerEnabled = false"><i class="ti ti-x"></i></button> | 	<button class="disablePlayer" :title="i18n.ts.disablePlayer" @click="playerEnabled = false"><i class="ti ti-x"></i></button> | ||||||
| 	<iframe :src="player.url + (player.url.match(/\?/) ? '&autoplay=1&auto_play=1' : '?autoplay=1&auto_play=1')" :width="player.width || '100%'" :heigth="player.height || 250" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen/> | 	<iframe :src="player.url + (player.url.match(/\?/) ? '&autoplay=1&auto_play=1' : '?autoplay=1&auto_play=1')" :width="player.width || '100%'" :heigth="player.height || 250" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen/> | ||||||
| </div> | </div> | ||||||
|  | @ -121,8 +121,8 @@ onUnmounted(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .player { | .mk-url-preview-player { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	width: 100%; | 	width: 100%; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -35,7 +35,7 @@ onMounted(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .fgmtyycl { | .fgmtyycl { | ||||||
| 	position: absolute; | 	position: absolute; | ||||||
| 	width: 500px; | 	width: 500px; | ||||||
|  |  | ||||||
|  | @ -39,7 +39,7 @@ defineProps<{ | ||||||
| }>(); | }>(); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .vjnjpkug { | .vjnjpkug { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -30,7 +30,7 @@ const props = defineProps<{ | ||||||
| const pagingComponent = ref<InstanceType<typeof MkPagination>>(); | const pagingComponent = ref<InstanceType<typeof MkPagination>>(); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .efvhhmdq { | .efvhhmdq { | ||||||
| 	display: grid; | 	display: grid; | ||||||
| 	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); | 	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); | ||||||
|  |  | ||||||
|  | @ -21,7 +21,7 @@ const text = $computed(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .fzgwjkgc { | .fzgwjkgc { | ||||||
| 	box-shadow: 0 0 0 3px var(--panel); | 	box-shadow: 0 0 0 3px var(--panel); | ||||||
| 	border-radius: 120%; // Blinkのバグか知らんけど、100%ぴったりにすると何故か若干楕円でレンダリングされる | 	border-radius: 120%; // Blinkのバグか知らんけど、100%ぴったりにすると何故か若干楕円でレンダリングされる | ||||||
|  |  | ||||||
|  | @ -89,7 +89,9 @@ onMounted(() => { | ||||||
| 	opacity: 0; | 	opacity: 0; | ||||||
| 	transform: scale(0.9); | 	transform: scale(0.9); | ||||||
| } | } | ||||||
|  | </style> | ||||||
| 
 | 
 | ||||||
|  | <style lang="scss"> | ||||||
| .fxxzrfni { | .fxxzrfni { | ||||||
| 	position: absolute; | 	position: absolute; | ||||||
| 	width: 300px; | 	width: 300px; | ||||||
|  |  | ||||||
|  | @ -115,7 +115,7 @@ onMounted(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .tbhwbxda { | .tbhwbxda { | ||||||
| 	> .form { | 	> .form { | ||||||
| 		padding: 0 var(--root-margin); | 		padding: 0 var(--root-margin); | ||||||
|  |  | ||||||
|  | @ -26,7 +26,7 @@ const emit = defineEmits<{ | ||||||
| }>(); | }>(); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .beaffaef { | .beaffaef { | ||||||
| 	font-size: 0.9em; | 	font-size: 0.9em; | ||||||
| 	text-align: left; | 	text-align: left; | ||||||
|  |  | ||||||
|  | @ -79,7 +79,7 @@ function choose(visibility: typeof misskey.noteVisibilities[number]): void { | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .gqyayizv { | .gqyayizv { | ||||||
| 	width: 240px; | 	width: 240px; | ||||||
| 	padding: 8px 0; | 	padding: 8px 0; | ||||||
|  |  | ||||||
|  | @ -35,7 +35,7 @@ watch(() => props.showing, () => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .iuyakobc { | .iuyakobc { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	padding: 32px; | 	padding: 32px; | ||||||
|  |  | ||||||
|  | @ -416,7 +416,9 @@ defineExpose({ | ||||||
| 	opacity: 0; | 	opacity: 0; | ||||||
| 	transform: scale(0.9); | 	transform: scale(0.9); | ||||||
| } | } | ||||||
|  | </style> | ||||||
| 
 | 
 | ||||||
|  | <style lang="scss"> | ||||||
| .ebkgocck { | .ebkgocck { | ||||||
| 	position: fixed; | 	position: fixed; | ||||||
| 	top: 0; | 	top: 0; | ||||||
|  |  | ||||||
|  | @ -50,7 +50,7 @@ const toggle = () => { | ||||||
| }; | }; | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .ziffeoms { | .ziffeoms { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	display: flex; | 	display: flex; | ||||||
|  |  | ||||||
|  | @ -37,7 +37,7 @@ const toggle = () => { | ||||||
| }; | }; | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .dwzlatin { | .dwzlatin { | ||||||
| 	display: block; | 	display: block; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -149,7 +149,7 @@ onMounted(() => { | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .matxzzsk { | .matxzzsk { | ||||||
| 	> .label { | 	> .label { | ||||||
| 		font-size: 0.85em; | 		font-size: 0.85em; | ||||||
|  |  | ||||||
|  | @ -31,7 +31,7 @@ const props = defineProps<{ | ||||||
| }>(); | }>(); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <style lang="scss" scoped> | <style lang="scss"> | ||||||
| .ffcbddfc { | .ffcbddfc { | ||||||
| 	display: block; | 	display: block; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
Some files were not shown because too many files have changed in this diff Show more
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue