mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-18 16:19:34 +00:00
Make image size in table values settable by env
This commit is contained in:
parent
8b417d6441
commit
886def3527
5 changed files with 19 additions and 3 deletions
|
|
@ -53,6 +53,13 @@
|
|||
{% endif %}
|
||||
|
||||
{{ encore_entry_link_tags('app') }}
|
||||
|
||||
<style>
|
||||
:root {
|
||||
--table-image-preview-min-size: {{ table_image_preview_min_size }}px;
|
||||
--table-image-preview-max-size: {{ table_image_preview_max_size }}px;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
||||
{% block javascripts %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue