mirror of
				https://github.com/osmarks/mycorrhiza.git
				synced 2025-10-31 07:33:00 +00:00 
			
		
		
		
	Fix transclusion link being obscured by content
This commit is contained in:
		| @@ -131,7 +131,7 @@ article pre.codeblock { padding:.5rem; white-space: pre-wrap; border-radius: .25 | ||||
| .transclusion { border-radius: .25rem; margin-bottom: .25rem; clear: both; } | ||||
| .transclusion_failed { padding: 0 .5rem; } | ||||
| .transclusion__content > *:not(.binary-container) {margin: 0.5rem; } | ||||
| .transclusion__link {display: block; float: right; text-align: right; font-style: italic; margin-right: .25rem; text-decoration: none;} | ||||
| .transclusion__link {position: relative; display: block; float: right; text-align: right; font-style: italic; margin-right: .25rem; text-decoration: none; z-index: 2;} | ||||
| .transclusion__link::before {content: "⇐ ";} | ||||
|  | ||||
| /* Derived from https://commons.wikimedia.org/wiki/File:U%2B21D2.svg */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Umar Getagazov
					Umar Getagazov