gtk-demo: Beautify a demo
Use auto for the background size instead of 100% to avoid uglyfying the background byt blurring it when the window gets larger.
This commit is contained in:
		| @ -46,8 +46,8 @@ | ||||
| } | ||||
|  | ||||
| @keyframes size-the-image { | ||||
|     0% { background-size: 96px, 12px, 96px, 12px, 96px, 12px, 96px, 12px, 100% } | ||||
|     100% { background-size: 12px, 96px, 12px, 96px, 12px, 96px, 12px, 96px, 100% } | ||||
|     0% { background-size: 96px, 12px, 96px, 12px, 96px, 12px, 96px, 12px, auto } | ||||
|     100% { background-size: 12px, 96px, 12px, 96px, 12px, 96px, 12px, 96px, auto } | ||||
| } | ||||
|  | ||||
| GtkWindow { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Benjamin Otte
					Benjamin Otte