forked from AuroraMiddleware/gtk
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:
parent
f1bae7f1ff
commit
9a88a47d33
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user