diff --git a/scripts/pi-hole/js/settings-advanced.js b/scripts/pi-hole/js/settings-advanced.js index 38a59b53..20ceeb4f 100644 --- a/scripts/pi-hole/js/settings-advanced.js +++ b/scripts/pi-hole/js/settings-advanced.js @@ -28,13 +28,13 @@ function boxIcons(value) { return ( '' + (value.modified - ? '  ' + ? '' : "") + (value.flags.restart_dnsmasq - ? '  ' + ? '' : "") + (value.flags.env_var - ? '  ' + ? '' : "") + "" ); diff --git a/style/pi-hole.css b/style/pi-hole.css index ae5a8439..431ebbbe 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -1471,6 +1471,10 @@ table.dataTable tbody > tr > .selected { } } +.box-icons { + margin: 0 10px; +} + textarea.field-sizing-content { min-block-size: 3.5rlh; max-block-size: 20rlh;