This commit is contained in:
		
							parent
							
								
									4c1b189ca0
								
							
						
					
					
						commit
						cff0c2880a
					
				
					 4 changed files with 44 additions and 111 deletions
				
			
		
							
								
								
									
										29
									
								
								src/timelines/toot-components/TootContent.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								src/timelines/toot-components/TootContent.css
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,29 @@ | |||
| .TootContent { | ||||
|   composes: cardNoPad from "../material/cards.module.css"; | ||||
|   margin-left: calc(var(--card-pad, 0) + var(--toot-avatar-size, 0) + 8px); | ||||
|   margin-right: var(--card-pad, 0); | ||||
|   line-height: 1.5; | ||||
| 
 | ||||
|   & * { | ||||
|     user-select: text; | ||||
|   } | ||||
| 
 | ||||
|   & a { | ||||
|     color: var(--tutu-color-primary-d); | ||||
|   } | ||||
| 
 | ||||
|   & a[target="_blank"] { | ||||
|     word-break: break-all; | ||||
| 
 | ||||
|     >.invisible { | ||||
|       display: none; | ||||
|     } | ||||
| 
 | ||||
|     >.ellipsis { | ||||
|       &::after { | ||||
|         display: inline; | ||||
|         content: "..."; | ||||
|       } | ||||
|     } | ||||
|   } | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue