refactor
This commit is contained in:
		
							parent
							
								
									2d4d3417a2
								
							
						
					
					
						commit
						3500e035cd
					
				
					 3 changed files with 4 additions and 8 deletions
				
			
		|  | @ -226,10 +226,6 @@ onBeforeUnmount(() => { | |||
| 			border-radius: 6px; | ||||
| 		} | ||||
| 
 | ||||
| 		> * { | ||||
| 			position: relative; | ||||
| 		} | ||||
| 
 | ||||
| 		&:not(:disabled):hover { | ||||
| 			color: var(--accent); | ||||
| 			text-decoration: none; | ||||
|  |  | |||
|  | @ -59,7 +59,7 @@ | |||
| 					</div> | ||||
| 					<MkPoll v-if="appearNote.poll" ref="pollViewer" :note="appearNote" class="poll"/> | ||||
| 					<MkUrlPreview v-for="url in urls" :key="url" :url="url" :compact="true" :detail="false" class="url-preview"/> | ||||
| 					<div v-if="appearNote.renote" class="renote"><MkNoteSimple :note="appearNote.renote"/></div> | ||||
| 					<div v-if="appearNote.renote" class="renote"><MkNoteSimple :note="appearNote.renote" class="note"/></div> | ||||
| 					<button v-if="isLong && collapsed" class="fade _button" @click="collapsed = false"> | ||||
| 						<span>{{ i18n.ts.showMore }}</span> | ||||
| 					</button> | ||||
|  | @ -529,7 +529,7 @@ function readPromo() { | |||
| 					> .renote { | ||||
| 						padding: 8px 0; | ||||
| 
 | ||||
| 						> * { | ||||
| 						> .note { | ||||
| 							padding: 16px; | ||||
| 							border: dashed 1px var(--renote); | ||||
| 							border-radius: 8px; | ||||
|  |  | |||
|  | @ -70,7 +70,7 @@ | |||
| 					</div> | ||||
| 					<MkPoll v-if="appearNote.poll" ref="pollViewer" :note="appearNote" class="poll"/> | ||||
| 					<MkUrlPreview v-for="url in urls" :key="url" :url="url" :compact="true" :detail="true" class="url-preview"/> | ||||
| 					<div v-if="appearNote.renote" class="renote"><MkNoteSimple :note="appearNote.renote"/></div> | ||||
| 					<div v-if="appearNote.renote" class="renote"><MkNoteSimple :note="appearNote.renote" class="note"/></div> | ||||
| 				</div> | ||||
| 				<MkA v-if="appearNote.channel && !inChannel" class="channel" :to="`/channels/${appearNote.channel.id}`"><i class="ti ti-device-tv"></i> {{ appearNote.channel.name }}</MkA> | ||||
| 			</div> | ||||
|  | @ -491,7 +491,7 @@ if (appearNote.replyId) { | |||
| 					> .renote { | ||||
| 						padding: 8px 0; | ||||
| 
 | ||||
| 						> * { | ||||
| 						> .note { | ||||
| 							padding: 16px; | ||||
| 							border: dashed 1px var(--renote); | ||||
| 							border-radius: 8px; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue