Compare commits

...

2 Commits

Author SHA1 Message Date
Jan Böhmer
8eec606589 Bumped to version 2.1.1 2025-09-07 23:58:41 +02:00
Jan Böhmer
cdc58507db Removed style nonce, as it blocks the loading of all other inline styles and kills the styling of the sidebar treeviews 2025-09-07 23:58:21 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
2.1.0
2.1.1

View File

@@ -55,7 +55,7 @@
{{ encore_entry_link_tags('app') }}
{% set table_settings = settings_instance('table') %}
<style nonce="{{ csp_nonce('style') }}">
<style>
:root {
--table-image-preview-min-size: {{ table_settings.previewImageMinWidth }}px;
--table-image-preview-max-size: {{ table_settings.previewImageMaxWidth }}px;