If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
Zabbix is responsive, but maps and dashboards can't be 100% responsive to the browser.
It's not a good pratical and will need to be redo in every packages upgrade, but; i do something like this in CSS, editing your /usr/share/zabbix/assets/themeyouuse.css
It will overwrite existing rules from native CSS, with your custom CSS code. You can test directly on your browser using inspect element and changing the values...
Zabbix is responsive, but maps and dashboards can't be 100% responsive to the browser.
It's not a good pratical and will need to be redo in every packages upgrade, but; i do something like this in CSS, editing your /usr/share/zabbix/assets/themeyouuse.css
It will overwrite existing rules from native CSS, with your custom CSS code. You can test directly on your browser using inspect element and changing the values...
Comment