mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	Merge remote-tracking branch 'upstream/master'
This commit is contained in:
		| @@ -27,12 +27,10 @@ | ||||
|     margin-inline-start: auto; | ||||
| } | ||||
|  | ||||
| .social-icons { | ||||
|     padding: 12px 0; | ||||
| } | ||||
|  | ||||
| .social-icons a:not(:last-of-type) { | ||||
|     margin-inline-end: 12px; | ||||
| .social-icons a { | ||||
|     display: inline-flex; | ||||
|     padding: 10px; | ||||
| } | ||||
|  | ||||
| .social-icons a svg { | ||||
|   | ||||
| @@ -80,13 +80,17 @@ | ||||
|     bottom: 0; | ||||
| } | ||||
|  | ||||
| .entry-cover, | ||||
| .entry-isdraft { | ||||
|     font-size: 14px; | ||||
| .entry-hint { | ||||
|     color: var(--secondary); | ||||
| } | ||||
|  | ||||
| .entry-hint-parent { | ||||
|     display: flex; | ||||
|     justify-content: space-between; | ||||
| } | ||||
|  | ||||
| .entry-cover { | ||||
|     font-size: 14px; | ||||
|     margin-bottom: var(--gap); | ||||
|     text-align: center; | ||||
| } | ||||
|   | ||||
| @@ -128,19 +128,18 @@ | ||||
| } | ||||
|  | ||||
| .post-content table { | ||||
|     margin-bottom: 32px; | ||||
|     margin-bottom: var(--content-gap); | ||||
| } | ||||
|  | ||||
| .post-content table th, | ||||
| .post-content table:not(.highlighttable, .highlight table, .gist .highlight) td { | ||||
|     min-width: 80px; | ||||
|     padding: 12px 8px; | ||||
|     padding: 8px 5px; | ||||
|     line-height: 1.5; | ||||
|     border-bottom: 1px solid var(--border); | ||||
| } | ||||
|  | ||||
| .post-content table th { | ||||
|     font-size: 14px; | ||||
|     text-align: start; | ||||
| } | ||||
|  | ||||
| @@ -314,10 +313,18 @@ | ||||
|     margin-top: 56px; | ||||
| } | ||||
|  | ||||
| .post-footer>* { | ||||
|     margin-bottom: 10px; | ||||
| } | ||||
|  | ||||
| .post-tags { | ||||
|     display: flex; | ||||
|     flex-wrap: wrap; | ||||
|     gap: 10px; | ||||
| } | ||||
|  | ||||
| .post-tags li { | ||||
|     display: inline-block; | ||||
|     margin-inline-end: 3px; | ||||
|     margin-bottom: 5px; | ||||
| } | ||||
|  | ||||
| .post-tags a, | ||||
| @@ -329,8 +336,7 @@ | ||||
|  | ||||
| .post-tags a { | ||||
|     display: block; | ||||
|     padding-inline-start: 14px; | ||||
|     padding-inline-end: 14px; | ||||
|     padding: 0 14px; | ||||
|     color: var(--secondary); | ||||
|     font-size: 14px; | ||||
|     line-height: 34px; | ||||
| @@ -338,17 +344,16 @@ | ||||
| } | ||||
|  | ||||
| .share-buttons { | ||||
|     margin: 14px 0; | ||||
|     padding-inline-start: var(--radius); | ||||
|     padding: 10px; | ||||
|     display: flex; | ||||
|     justify-content: center; | ||||
|     overflow-x: auto; | ||||
|     background: none; | ||||
|     border: none; | ||||
|     gap: 10px; | ||||
| } | ||||
|  | ||||
| .share-buttons li, | ||||
| .share-buttons a { | ||||
|     margin-top: 10px; | ||||
|     display: inline-flex; | ||||
| } | ||||
|  | ||||
| .share-buttons a:not(:last-of-type) { | ||||
| @@ -370,7 +375,6 @@ h6:hover .anchor { | ||||
| } | ||||
|  | ||||
| .paginav { | ||||
|     margin: 10px 0; | ||||
|     display: flex; | ||||
|     line-height: 30px; | ||||
|     border-radius: var(--radius); | ||||
|   | ||||
| @@ -10,19 +10,20 @@ | ||||
|     text-align: center; | ||||
| } | ||||
|  | ||||
| .profile .profile_inner h1 { | ||||
|     padding: 12px 0; | ||||
| .profile .profile_inner { | ||||
|     display: flex; | ||||
|     flex-direction: column; | ||||
|     align-items: center; | ||||
|     gap: 10px; | ||||
| } | ||||
|  | ||||
| .profile img { | ||||
|     display: inline-table; | ||||
|     border-radius: 50%; | ||||
| } | ||||
|  | ||||
| .buttons { | ||||
|     flex-wrap: wrap; | ||||
|     max-width: 400px; | ||||
|     margin: 0 auto; | ||||
| } | ||||
|  | ||||
| .button { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Wonderfall
					Wonderfall