mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-07 07:48:10 +01: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user