We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You could toggle in the GTK Inspector a CSS like this:
clamp image, gridview image { filter: drop-shadow(0px 1px 4px #0007); }
The text was updated successfully, but these errors were encountered:
Looks good, but how can I set individual shadow radius for different sized image? Or disable the images in list mode?
Sorry, something went wrong.
I guess you can give a name to the parent widget and in the CSS select it with #parent_widget_name image { }
#parent_widget_name image { }
Or give a class to the Gtk.Image and select them with: .image_class { } 🤔
.image_class { }
No branches or pull requests
You could toggle in the GTK Inspector a CSS like this:
The text was updated successfully, but these errors were encountered: