mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 02:59:29 +00:00
Removed style nonce, as it blocks the loading of all other inline styles and kills the styling of the sidebar treeviews
This commit is contained in:
parent
03f7ad66d2
commit
cdc58507db
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
||||||
{{ encore_entry_link_tags('app') }}
|
{{ encore_entry_link_tags('app') }}
|
||||||
|
|
||||||
{% set table_settings = settings_instance('table') %}
|
{% set table_settings = settings_instance('table') %}
|
||||||
<style nonce="{{ csp_nonce('style') }}">
|
<style>
|
||||||
:root {
|
:root {
|
||||||
--table-image-preview-min-size: {{ table_settings.previewImageMinWidth }}px;
|
--table-image-preview-min-size: {{ table_settings.previewImageMinWidth }}px;
|
||||||
--table-image-preview-max-size: {{ table_settings.previewImageMaxWidth }}px;
|
--table-image-preview-max-size: {{ table_settings.previewImageMaxWidth }}px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue