mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix(client/rtl): toggle buttons out of bounds
This commit is contained in:
		| @@ -50,6 +50,10 @@ | |||||||
|                 background 200ms ease-out; |                 background 200ms ease-out; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | body[dir=rtl] .switch-widget .switch-button:after { | ||||||
|  |     --x: calc(var(--y) * -1); | ||||||
|  | } | ||||||
|  |  | ||||||
| .switch-widget .switch-button.on:after { | .switch-widget .switch-button.on:after { | ||||||
|     --x: calc(var(--switch-track-width) - var(--switch-thumb-width) - var(--y)); |     --x: calc(var(--switch-track-width) - var(--switch-thumb-width) - var(--y)); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user