mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	header: fix spacing between lang-selector and label
when theme-toggle is disabled
This commit is contained in:
		| @@ -37,7 +37,7 @@ | |||||||
|  |  | ||||||
| .theme-toggle svg { | .theme-toggle svg { | ||||||
|     height: 18px; |     height: 18px; | ||||||
|     margin: 0 10px; |     margin-inline-end: 10px; | ||||||
|     user-select: none; |     user-select: none; | ||||||
|     cursor: pointer; |     cursor: pointer; | ||||||
| } | } | ||||||
| @@ -88,4 +88,5 @@ body:not(.dark) #sun { | |||||||
| .logo-switches { | .logo-switches { | ||||||
|     display: inline-flex; |     display: inline-flex; | ||||||
|     flex-wrap: inherit; |     flex-wrap: inherit; | ||||||
|  |     margin-inline-start: 10px; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange