mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	style/canvas: fix the issues pointed by gemini-code-assist
This commit is contained in:
		| @@ -156,7 +156,7 @@ | ||||
|  | ||||
| /* Selected color outline */ | ||||
| :root .excalidraw .color-picker__button.active .color-picker__button-outline { | ||||
|     box-shadow: 0 0 0 2px var(--input-focus-outline-color) | ||||
|     box-shadow: 0 0 0 2px var(--input-focus-outline-color); | ||||
| } | ||||
|  | ||||
| :root .excalidraw .buttonList label.active { | ||||
| @@ -217,7 +217,7 @@ body[dir=ltr] .excalidraw .exc-stats { | ||||
|     left: 0; | ||||
| } | ||||
|  | ||||
| body[dir=ltr] .excalidraw .exc-stats { | ||||
| body[dir=rtl] .excalidraw .exc-stats { | ||||
|     right: 0; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user