mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	post-single(css): improve RTL support (#57)
* Replace left with start for tables and block-quote
This commit is contained in:
		| @@ -132,7 +132,7 @@ | |||||||
|  |  | ||||||
| .post-content table th { | .post-content table th { | ||||||
|     font-size: 14px; |     font-size: 14px; | ||||||
|     text-align: left; |     text-align: start; | ||||||
| } | } | ||||||
|  |  | ||||||
| .post-content table:not(.highlighttable) td code:only-child { | .post-content table:not(.highlighttable) td code:only-child { | ||||||
| @@ -208,7 +208,7 @@ | |||||||
| .post-content blockquote { | .post-content blockquote { | ||||||
|     margin: 0 calc(var(--gap) * -1); |     margin: 0 calc(var(--gap) * -1); | ||||||
|     padding: 0 32px; |     padding: 0 32px; | ||||||
|     border-left: 2px solid var(--primary); |     border-inline-start: 2px solid var(--primary); | ||||||
| } | } | ||||||
|  |  | ||||||
| .post-content hr { | .post-content hr { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Mehdy Khoshnoody
					Mehdy Khoshnoody