-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Make flag icon more customizable #38
Comments
Thanks for the feedback. I agree this is something that should be a lot easier to customize. As of now, this behavior of the icon floating towards the right comes from CSS. django-flag-app/flag/static/flag/css/flag.css Lines 32 to 36 in 509b3d5
The class If you have any ideas, how we can make this customization easier, I would love to know them. |
There is more some information in the documentation about customizing the flag icon. Please see https://django-flag-app.readthedocs.io/en/latest/style-customisation.html#flag-icon in case, this fits your case. |
It's really difficult to get the flag icon in template to show up where I would want it to go- is it possible to get
{% render_flag_form post user %}
variable as an HTML element or template variable so we can put it where we want? The icon is always at the far right regardless where I put it.The text was updated successfully, but these errors were encountered: