mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	style/canvas: fix the issues pointed by gemini-code-assist
This commit is contained in:
		| @@ -156,7 +156,7 @@ | |||||||
|  |  | ||||||
| /* Selected color outline */ | /* Selected color outline */ | ||||||
| :root .excalidraw .color-picker__button.active .color-picker__button-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 { | :root .excalidraw .buttonList label.active { | ||||||
| @@ -217,7 +217,7 @@ body[dir=ltr] .excalidraw .exc-stats { | |||||||
|     left: 0; |     left: 0; | ||||||
| } | } | ||||||
|  |  | ||||||
| body[dir=ltr] .excalidraw .exc-stats { | body[dir=rtl] .excalidraw .exc-stats { | ||||||
|     right: 0; |     right: 0; | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user