From 298874cb7dffd31352c4ee6c75ee619f357df97a Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 24 Jan 2024 16:52:24 +0300 Subject: [PATCH] Better between between toggler and text --- public/themes/aura-dark-amber/theme.css | 3 +++ public/themes/aura-dark-blue/theme.css | 3 +++ public/themes/aura-dark-cyan/theme.css | 3 +++ public/themes/aura-dark-green/theme.css | 3 +++ public/themes/aura-dark-indigo/theme.css | 3 +++ public/themes/aura-dark-lime/theme.css | 3 +++ public/themes/aura-dark-noir/theme.css | 3 +++ public/themes/aura-dark-pink/theme.css | 3 +++ public/themes/aura-dark-purple/theme.css | 3 +++ public/themes/aura-dark-teal/theme.css | 3 +++ public/themes/aura-light-amber/theme.css | 3 +++ public/themes/aura-light-blue/theme.css | 3 +++ public/themes/aura-light-cyan/theme.css | 3 +++ public/themes/aura-light-green/theme.css | 3 +++ public/themes/aura-light-indigo/theme.css | 3 +++ public/themes/aura-light-lime/theme.css | 3 +++ public/themes/aura-light-noir/theme.css | 3 +++ public/themes/aura-light-pink/theme.css | 3 +++ public/themes/aura-light-purple/theme.css | 3 +++ public/themes/aura-light-teal/theme.css | 3 +++ 20 files changed, 60 insertions(+) diff --git a/public/themes/aura-dark-amber/theme.css b/public/themes/aura-dark-amber/theme.css index 0f8a6b282..69095115e 100644 --- a/public/themes/aura-dark-amber/theme.css +++ b/public/themes/aura-dark-amber/theme.css @@ -6540,6 +6540,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-dark-blue/theme.css b/public/themes/aura-dark-blue/theme.css index 3ae9533f7..889994f7f 100644 --- a/public/themes/aura-dark-blue/theme.css +++ b/public/themes/aura-dark-blue/theme.css @@ -6540,6 +6540,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-dark-cyan/theme.css b/public/themes/aura-dark-cyan/theme.css index 46b3bb429..8db9372b8 100644 --- a/public/themes/aura-dark-cyan/theme.css +++ b/public/themes/aura-dark-cyan/theme.css @@ -6540,6 +6540,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-dark-green/theme.css b/public/themes/aura-dark-green/theme.css index e45018787..ffa2f65ff 100644 --- a/public/themes/aura-dark-green/theme.css +++ b/public/themes/aura-dark-green/theme.css @@ -6540,6 +6540,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-dark-indigo/theme.css b/public/themes/aura-dark-indigo/theme.css index 1266ca03d..a56def44c 100644 --- a/public/themes/aura-dark-indigo/theme.css +++ b/public/themes/aura-dark-indigo/theme.css @@ -6540,6 +6540,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-dark-lime/theme.css b/public/themes/aura-dark-lime/theme.css index 40540d11b..6cb412984 100644 --- a/public/themes/aura-dark-lime/theme.css +++ b/public/themes/aura-dark-lime/theme.css @@ -6540,6 +6540,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-dark-noir/theme.css b/public/themes/aura-dark-noir/theme.css index 147657de9..976985d14 100644 --- a/public/themes/aura-dark-noir/theme.css +++ b/public/themes/aura-dark-noir/theme.css @@ -6540,6 +6540,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-dark-pink/theme.css b/public/themes/aura-dark-pink/theme.css index 2fa178bc7..8b08b627b 100644 --- a/public/themes/aura-dark-pink/theme.css +++ b/public/themes/aura-dark-pink/theme.css @@ -6540,6 +6540,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-dark-purple/theme.css b/public/themes/aura-dark-purple/theme.css index cdd211c0e..1f923a605 100644 --- a/public/themes/aura-dark-purple/theme.css +++ b/public/themes/aura-dark-purple/theme.css @@ -6540,6 +6540,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-dark-teal/theme.css b/public/themes/aura-dark-teal/theme.css index 5b4b086f8..1e6cac2bd 100644 --- a/public/themes/aura-dark-teal/theme.css +++ b/public/themes/aura-dark-teal/theme.css @@ -6540,6 +6540,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-light-amber/theme.css b/public/themes/aura-light-amber/theme.css index f5133731d..24c992cc1 100644 --- a/public/themes/aura-light-amber/theme.css +++ b/public/themes/aura-light-amber/theme.css @@ -6542,6 +6542,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-light-blue/theme.css b/public/themes/aura-light-blue/theme.css index 6194b0cbb..417c5dc6c 100644 --- a/public/themes/aura-light-blue/theme.css +++ b/public/themes/aura-light-blue/theme.css @@ -6542,6 +6542,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-light-cyan/theme.css b/public/themes/aura-light-cyan/theme.css index c73c12b57..33477449b 100644 --- a/public/themes/aura-light-cyan/theme.css +++ b/public/themes/aura-light-cyan/theme.css @@ -6542,6 +6542,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-light-green/theme.css b/public/themes/aura-light-green/theme.css index 696c4bd78..f51e02830 100644 --- a/public/themes/aura-light-green/theme.css +++ b/public/themes/aura-light-green/theme.css @@ -6542,6 +6542,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-light-indigo/theme.css b/public/themes/aura-light-indigo/theme.css index cd31d6a11..a9955d54b 100644 --- a/public/themes/aura-light-indigo/theme.css +++ b/public/themes/aura-light-indigo/theme.css @@ -6542,6 +6542,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-light-lime/theme.css b/public/themes/aura-light-lime/theme.css index f98915474..beb455110 100644 --- a/public/themes/aura-light-lime/theme.css +++ b/public/themes/aura-light-lime/theme.css @@ -6542,6 +6542,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-light-noir/theme.css b/public/themes/aura-light-noir/theme.css index 93a5494a3..f9f4794f8 100644 --- a/public/themes/aura-light-noir/theme.css +++ b/public/themes/aura-light-noir/theme.css @@ -6550,6 +6550,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-light-pink/theme.css b/public/themes/aura-light-pink/theme.css index 97a35a76c..fe6ce11e7 100644 --- a/public/themes/aura-light-pink/theme.css +++ b/public/themes/aura-light-pink/theme.css @@ -6542,6 +6542,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-light-purple/theme.css b/public/themes/aura-light-purple/theme.css index 222e2c7d3..31c95b807 100644 --- a/public/themes/aura-light-purple/theme.css +++ b/public/themes/aura-light-purple/theme.css @@ -6542,6 +6542,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; } diff --git a/public/themes/aura-light-teal/theme.css b/public/themes/aura-light-teal/theme.css index 88d11938b..a1a89ea1b 100644 --- a/public/themes/aura-light-teal/theme.css +++ b/public/themes/aura-light-teal/theme.css @@ -6542,6 +6542,9 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon { position: static; } + .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) { + padding: 0.75rem 1rem 1.25rem 1rem; + } .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) { border-right: 0 none; }