tweak
This commit is contained in:
		
							parent
							
								
									2e2ed1385f
								
							
						
					
					
						commit
						91356b1805
					
				
					 3 changed files with 5 additions and 7 deletions
				
			
		|  | @ -84,7 +84,6 @@ | ||||||
| 					v-if="canRenote" | 					v-if="canRenote" | ||||||
| 					ref="renoteButton" | 					ref="renoteButton" | ||||||
| 					class="button _button" | 					class="button _button" | ||||||
| 					@click="renote()" |  | ||||||
| 					@mousedown="renote()" | 					@mousedown="renote()" | ||||||
| 				> | 				> | ||||||
| 					<i class="ti ti-repeat"></i> | 					<i class="ti ti-repeat"></i> | ||||||
|  | @ -93,13 +92,13 @@ | ||||||
| 				<button v-else class="button _button" disabled> | 				<button v-else class="button _button" disabled> | ||||||
| 					<i class="ti ti-ban"></i> | 					<i class="ti ti-ban"></i> | ||||||
| 				</button> | 				</button> | ||||||
| 				<button v-if="appearNote.myReaction == null" ref="reactButton" class="button _button" @click="react()" @mousedown="react()"> | 				<button v-if="appearNote.myReaction == null" ref="reactButton" class="button _button" @mousedown="react()"> | ||||||
| 					<i class="ti ti-plus"></i> | 					<i class="ti ti-plus"></i> | ||||||
| 				</button> | 				</button> | ||||||
| 				<button v-if="appearNote.myReaction != null" ref="reactButton" class="button _button reacted" @click="undoReact(appearNote)"> | 				<button v-if="appearNote.myReaction != null" ref="reactButton" class="button _button reacted" @click="undoReact(appearNote)"> | ||||||
| 					<i class="ti ti-minus"></i> | 					<i class="ti ti-minus"></i> | ||||||
| 				</button> | 				</button> | ||||||
| 				<button ref="menuButton" class="button _button" @click="menu()" @mousedown="menu()"> | 				<button ref="menuButton" class="button _button" @mousedown="menu()"> | ||||||
| 					<i class="ti ti-dots"></i> | 					<i class="ti ti-dots"></i> | ||||||
| 				</button> | 				</button> | ||||||
| 			</footer> | 			</footer> | ||||||
|  |  | ||||||
|  | @ -99,7 +99,6 @@ | ||||||
| 					v-if="canRenote" | 					v-if="canRenote" | ||||||
| 					ref="renoteButton" | 					ref="renoteButton" | ||||||
| 					class="button _button" | 					class="button _button" | ||||||
| 					@click="renote()" |  | ||||||
| 					@mousedown="renote()" | 					@mousedown="renote()" | ||||||
| 				> | 				> | ||||||
| 					<i class="ti ti-repeat"></i> | 					<i class="ti ti-repeat"></i> | ||||||
|  | @ -108,13 +107,13 @@ | ||||||
| 				<button v-else class="button _button" disabled> | 				<button v-else class="button _button" disabled> | ||||||
| 					<i class="ti ti-ban"></i> | 					<i class="ti ti-ban"></i> | ||||||
| 				</button> | 				</button> | ||||||
| 				<button v-if="appearNote.myReaction == null" ref="reactButton" class="button _button" @click="react()" @mousedown="react()"> | 				<button v-if="appearNote.myReaction == null" ref="reactButton" class="button _button" @mousedown="react()"> | ||||||
| 					<i class="ti ti-plus"></i> | 					<i class="ti ti-plus"></i> | ||||||
| 				</button> | 				</button> | ||||||
| 				<button v-if="appearNote.myReaction != null" ref="reactButton" class="button _button reacted" @click="undoReact(appearNote)"> | 				<button v-if="appearNote.myReaction != null" ref="reactButton" class="button _button reacted" @click="undoReact(appearNote)"> | ||||||
| 					<i class="ti ti-minus"></i> | 					<i class="ti ti-minus"></i> | ||||||
| 				</button> | 				</button> | ||||||
| 				<button ref="menuButton" class="button _button" @click="menu()" @mousedown="menu()"> | 				<button ref="menuButton" class="button _button" @mousedown="menu()"> | ||||||
| 					<i class="ti ti-dots"></i> | 					<i class="ti ti-dots"></i> | ||||||
| 				</button> | 				</button> | ||||||
| 			</footer> | 			</footer> | ||||||
|  |  | ||||||
|  | @ -1,7 +1,7 @@ | ||||||
| <template> | <template> | ||||||
| <div class="vblkjoeq"> | <div class="vblkjoeq"> | ||||||
| 	<div class="label" @click="focus"><slot name="label"></slot></div> | 	<div class="label" @click="focus"><slot name="label"></slot></div> | ||||||
| 	<div ref="container" class="input" :class="{ inline, disabled, focused }" @click.prevent="show" @mousedown.prevent="show"> | 	<div ref="container" class="input" :class="{ inline, disabled, focused }" @mousedown.prevent="show"> | ||||||
| 		<div ref="prefixEl" class="prefix"><slot name="prefix"></slot></div> | 		<div ref="prefixEl" class="prefix"><slot name="prefix"></slot></div> | ||||||
| 		<select | 		<select | ||||||
| 			ref="inputEl" | 			ref="inputEl" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue