🎨
This commit is contained in:
		
							parent
							
								
									f7c90b58d6
								
							
						
					
					
						commit
						d9257a5c0e
					
				
					 5 changed files with 11 additions and 4 deletions
				
			
		|  | @ -106,7 +106,7 @@ clickToShow: "クリックして表示" | ||||||
| sensitive: "閲覧注意" | sensitive: "閲覧注意" | ||||||
| add: "追加" | add: "追加" | ||||||
| reaction: "リアクション" | reaction: "リアクション" | ||||||
| reactionSettingDescription: "リアクションピッカーに表示するリアクションを設定します。" | reactionSetting: "ピッカーに表示するリアクション" | ||||||
| reactionSettingDescription2: "ドラッグして並び替え、クリックして削除、+を押して追加します。" | reactionSettingDescription2: "ドラッグして並び替え、クリックして削除、+を押して追加します。" | ||||||
| rememberNoteVisibility: "公開範囲を記憶する" | rememberNoteVisibility: "公開範囲を記憶する" | ||||||
| attachCancel: "添付取り消し" | attachCancel: "添付取り消し" | ||||||
|  |  | ||||||
|  | @ -391,6 +391,13 @@ export default defineComponent({ | ||||||
| 
 | 
 | ||||||
| 		> .emojis { | 		> .emojis { | ||||||
| 			::v-deep(section) { | 			::v-deep(section) { | ||||||
|  | 				> header { | ||||||
|  | 					height: 32px; | ||||||
|  | 					line-height: 32px; | ||||||
|  | 					padding: 0 12px; | ||||||
|  | 					font-size: 15px; | ||||||
|  | 				} | ||||||
|  | 
 | ||||||
| 				> div { | 				> div { | ||||||
| 					display: grid; | 					display: grid; | ||||||
| 					grid-template-columns: var(--columns); | 					grid-template-columns: var(--columns); | ||||||
|  |  | ||||||
|  | @ -102,7 +102,7 @@ export default defineComponent({ | ||||||
| 		}; | 		}; | ||||||
| 
 | 
 | ||||||
| 		if (type.value === 'drawer') { | 		if (type.value === 'drawer') { | ||||||
| 			maxHeight.value = 300; | 			maxHeight.value = window.innerHeight - 100; | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
| 		const keymap = { | 		const keymap = { | ||||||
|  |  | ||||||
|  | @ -2,7 +2,7 @@ | ||||||
| <div class="mk-group-page"> | <div class="mk-group-page"> | ||||||
| 	<transition name="zoom" mode="out-in"> | 	<transition name="zoom" mode="out-in"> | ||||||
| 		<div v-if="group" class="_section"> | 		<div v-if="group" class="_section"> | ||||||
| 			<div class="_content"> | 			<div class="_content" style="display: flex; gap: var(--margin); flex-wrap: wrap;"> | ||||||
| 				<MkButton inline @click="invite()">{{ $ts.invite }}</MkButton> | 				<MkButton inline @click="invite()">{{ $ts.invite }}</MkButton> | ||||||
| 				<MkButton inline @click="renameGroup()">{{ $ts.rename }}</MkButton> | 				<MkButton inline @click="renameGroup()">{{ $ts.rename }}</MkButton> | ||||||
| 				<MkButton inline @click="transfer()">{{ $ts.transfer }}</MkButton> | 				<MkButton inline @click="transfer()">{{ $ts.transfer }}</MkButton> | ||||||
|  |  | ||||||
|  | @ -346,7 +346,7 @@ hr { | ||||||
| ._popup { | ._popup { | ||||||
| 	background: var(--popup); | 	background: var(--popup); | ||||||
| 	border-radius: var(--radius); | 	border-radius: var(--radius); | ||||||
| 	contain: contain; | 	contain: content; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // TODO: 廃止 | // TODO: 廃止 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue