diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index a6e196794..039e9a233 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -4014,7 +4014,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index 0145c96a5..e45e843ed 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -4014,7 +4014,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index 3785b91fb..1660f3b6e 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -4014,7 +4014,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index b2512c7de..9ced0b743 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -4014,7 +4014,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/aura-dark-amber/theme.css b/public/themes/aura-dark-amber/theme.css index 7ae383c17..27afadbdd 100644 --- a/public/themes/aura-dark-amber/theme.css +++ b/public/themes/aura-dark-amber/theme.css @@ -4082,7 +4082,7 @@ color: #ffffff; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-dark-blue/theme.css b/public/themes/aura-dark-blue/theme.css index 15a550996..aa0754590 100644 --- a/public/themes/aura-dark-blue/theme.css +++ b/public/themes/aura-dark-blue/theme.css @@ -4082,7 +4082,7 @@ color: #ffffff; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-dark-cyan/theme.css b/public/themes/aura-dark-cyan/theme.css index bf4cc5fe3..2adfea460 100644 --- a/public/themes/aura-dark-cyan/theme.css +++ b/public/themes/aura-dark-cyan/theme.css @@ -4082,7 +4082,7 @@ color: #ffffff; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-dark-green/theme.css b/public/themes/aura-dark-green/theme.css index 95e410671..cb63eae62 100644 --- a/public/themes/aura-dark-green/theme.css +++ b/public/themes/aura-dark-green/theme.css @@ -4082,7 +4082,7 @@ color: #ffffff; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-dark-indigo/theme.css b/public/themes/aura-dark-indigo/theme.css index e04650abf..5f70a1d38 100644 --- a/public/themes/aura-dark-indigo/theme.css +++ b/public/themes/aura-dark-indigo/theme.css @@ -4082,7 +4082,7 @@ color: #ffffff; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-dark-lime/theme.css b/public/themes/aura-dark-lime/theme.css index 98aa10daa..9da4a0a4b 100644 --- a/public/themes/aura-dark-lime/theme.css +++ b/public/themes/aura-dark-lime/theme.css @@ -4082,7 +4082,7 @@ color: #ffffff; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-dark-noir/theme.css b/public/themes/aura-dark-noir/theme.css index 4be69c58c..f9b402c72 100644 --- a/public/themes/aura-dark-noir/theme.css +++ b/public/themes/aura-dark-noir/theme.css @@ -4082,7 +4082,7 @@ color: #ffffff; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-dark-pink/theme.css b/public/themes/aura-dark-pink/theme.css index d0df08d4f..ed1a7258c 100644 --- a/public/themes/aura-dark-pink/theme.css +++ b/public/themes/aura-dark-pink/theme.css @@ -4082,7 +4082,7 @@ color: #ffffff; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-dark-purple/theme.css b/public/themes/aura-dark-purple/theme.css index c53bcf722..615a810da 100644 --- a/public/themes/aura-dark-purple/theme.css +++ b/public/themes/aura-dark-purple/theme.css @@ -4082,7 +4082,7 @@ color: #ffffff; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-dark-teal/theme.css b/public/themes/aura-dark-teal/theme.css index a4074040d..64c00e016 100644 --- a/public/themes/aura-dark-teal/theme.css +++ b/public/themes/aura-dark-teal/theme.css @@ -4082,7 +4082,7 @@ color: #ffffff; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-light-amber/theme.css b/public/themes/aura-light-amber/theme.css index 85c9a45f0..37c0c7e1a 100644 --- a/public/themes/aura-light-amber/theme.css +++ b/public/themes/aura-light-amber/theme.css @@ -4084,7 +4084,7 @@ color: #334155; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-light-blue/theme.css b/public/themes/aura-light-blue/theme.css index a4c077521..54668edf7 100644 --- a/public/themes/aura-light-blue/theme.css +++ b/public/themes/aura-light-blue/theme.css @@ -4084,7 +4084,7 @@ color: #334155; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-light-cyan/theme.css b/public/themes/aura-light-cyan/theme.css index 3dab898ae..bd8465c8b 100644 --- a/public/themes/aura-light-cyan/theme.css +++ b/public/themes/aura-light-cyan/theme.css @@ -4084,7 +4084,7 @@ color: #334155; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-light-green/theme.css b/public/themes/aura-light-green/theme.css index 2273fde54..be6787651 100644 --- a/public/themes/aura-light-green/theme.css +++ b/public/themes/aura-light-green/theme.css @@ -4084,7 +4084,7 @@ color: #334155; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-light-indigo/theme.css b/public/themes/aura-light-indigo/theme.css index 9aa0f1566..2a49977cb 100644 --- a/public/themes/aura-light-indigo/theme.css +++ b/public/themes/aura-light-indigo/theme.css @@ -4084,7 +4084,7 @@ color: #334155; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-light-lime/theme.css b/public/themes/aura-light-lime/theme.css index cd113082f..90e291b4d 100644 --- a/public/themes/aura-light-lime/theme.css +++ b/public/themes/aura-light-lime/theme.css @@ -4084,7 +4084,7 @@ color: #334155; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-light-noir/theme.css b/public/themes/aura-light-noir/theme.css index 9c0659602..8866cad6e 100644 --- a/public/themes/aura-light-noir/theme.css +++ b/public/themes/aura-light-noir/theme.css @@ -4092,7 +4092,7 @@ color: #334155; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-light-pink/theme.css b/public/themes/aura-light-pink/theme.css index 0e786d68c..7ed545176 100644 --- a/public/themes/aura-light-pink/theme.css +++ b/public/themes/aura-light-pink/theme.css @@ -4084,7 +4084,7 @@ color: #334155; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-light-purple/theme.css b/public/themes/aura-light-purple/theme.css index fde71cdb2..d123235fb 100644 --- a/public/themes/aura-light-purple/theme.css +++ b/public/themes/aura-light-purple/theme.css @@ -4084,7 +4084,7 @@ color: #334155; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/aura-light-teal/theme.css b/public/themes/aura-light-teal/theme.css index c226b4d8e..7ee6b43d3 100644 --- a/public/themes/aura-light-teal/theme.css +++ b/public/themes/aura-light-teal/theme.css @@ -4084,7 +4084,7 @@ color: #334155; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index f6e6372a2..3c9bc5d68 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -4075,7 +4075,7 @@ color: rgba(255, 255, 255, 0.87); padding: 1rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index 566bf3c43..446fda8a5 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -4075,7 +4075,7 @@ color: rgba(255, 255, 255, 0.87); padding: 1rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 7544bbc14..e4302cb30 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -4075,7 +4075,7 @@ color: #212529; padding: 1rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index 71f674000..638229e0f 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -4075,7 +4075,7 @@ color: #212529; padding: 1rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index 1d9cbb538..fc310ab1f 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -3989,7 +3989,7 @@ color: #323130; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; diff --git a/public/themes/lara-dark-amber/theme.css b/public/themes/lara-dark-amber/theme.css index cda9da877..60c148bd3 100644 --- a/public/themes/lara-dark-amber/theme.css +++ b/public/themes/lara-dark-amber/theme.css @@ -4057,7 +4057,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css index e3d101824..6906adae2 100644 --- a/public/themes/lara-dark-blue/theme.css +++ b/public/themes/lara-dark-blue/theme.css @@ -4057,7 +4057,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/lara-dark-cyan/theme.css b/public/themes/lara-dark-cyan/theme.css index 2f04eb9c8..ded62ff89 100644 --- a/public/themes/lara-dark-cyan/theme.css +++ b/public/themes/lara-dark-cyan/theme.css @@ -4057,7 +4057,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/lara-dark-green/theme.css b/public/themes/lara-dark-green/theme.css index fec2b4af2..96955bcda 100644 --- a/public/themes/lara-dark-green/theme.css +++ b/public/themes/lara-dark-green/theme.css @@ -4057,7 +4057,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css index 1ab8d3a14..d96b0f2bc 100644 --- a/public/themes/lara-dark-indigo/theme.css +++ b/public/themes/lara-dark-indigo/theme.css @@ -4057,7 +4057,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/lara-dark-pink/theme.css b/public/themes/lara-dark-pink/theme.css index 2ae1f37ae..d71c86e87 100644 --- a/public/themes/lara-dark-pink/theme.css +++ b/public/themes/lara-dark-pink/theme.css @@ -4057,7 +4057,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css index 9ebe329ef..2993408e2 100644 --- a/public/themes/lara-dark-purple/theme.css +++ b/public/themes/lara-dark-purple/theme.css @@ -4057,7 +4057,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css index 1175914a0..f94066b39 100644 --- a/public/themes/lara-dark-teal/theme.css +++ b/public/themes/lara-dark-teal/theme.css @@ -4057,7 +4057,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/lara-light-amber/theme.css b/public/themes/lara-light-amber/theme.css index 94bb17568..1aba31eef 100644 --- a/public/themes/lara-light-amber/theme.css +++ b/public/themes/lara-light-amber/theme.css @@ -4057,7 +4057,7 @@ color: #4b5563; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css index d4e3f1a83..ce9fa2403 100644 --- a/public/themes/lara-light-blue/theme.css +++ b/public/themes/lara-light-blue/theme.css @@ -4057,7 +4057,7 @@ color: #4b5563; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/lara-light-cyan/theme.css b/public/themes/lara-light-cyan/theme.css index 272290ea3..0baef1df3 100644 --- a/public/themes/lara-light-cyan/theme.css +++ b/public/themes/lara-light-cyan/theme.css @@ -4057,7 +4057,7 @@ color: #4b5563; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/lara-light-green/theme.css b/public/themes/lara-light-green/theme.css index 50ae2469c..763116ae8 100644 --- a/public/themes/lara-light-green/theme.css +++ b/public/themes/lara-light-green/theme.css @@ -4057,7 +4057,7 @@ color: #4b5563; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index 838bf9ccc..0cb779777 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -4057,7 +4057,7 @@ color: #4b5563; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/lara-light-pink/theme.css b/public/themes/lara-light-pink/theme.css index 1d84cda82..1872d6d02 100644 --- a/public/themes/lara-light-pink/theme.css +++ b/public/themes/lara-light-pink/theme.css @@ -4057,7 +4057,7 @@ color: #4b5563; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index 819fd38f4..aca11dcae 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -4057,7 +4057,7 @@ color: #4b5563; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index ad0871050..b597ff1b0 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -4057,7 +4057,7 @@ color: #4b5563; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index 1872a5172..7ec73c833 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -4001,7 +4001,7 @@ color: #dedede; padding: 0.571rem 1rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index 3b7ae6da2..26aea058d 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -4001,7 +4001,7 @@ color: #dedede; padding: 0.571rem 1rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index 107b3f1aa..2ace596ff 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -4001,7 +4001,7 @@ color: #dedede; padding: 0.571rem 1rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index d15f62fa7..1490804d8 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -4001,7 +4001,7 @@ color: #dedede; padding: 0.571rem 1rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index ef85672eb..7e4857d8c 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -4087,7 +4087,7 @@ color: rgba(255, 255, 255, 0.87); padding: 1rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index b234c1302..a7ed46544 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -4087,7 +4087,7 @@ color: rgba(255, 255, 255, 0.87); padding: 1rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index dcb6f5c6b..0079956f6 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -4087,7 +4087,7 @@ color: rgba(0, 0, 0, 0.87); padding: 1rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index c54365ba0..dc5311880 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -4087,7 +4087,7 @@ color: rgba(0, 0, 0, 0.87); padding: 1rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 7f39425a5..1af7758ea 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -4087,7 +4087,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0.75rem 1.25rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 505d8b08d..dfa4a5292 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -4087,7 +4087,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0.75rem 1.25rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 8f3f7cd66..f6330a9e6 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -4087,7 +4087,7 @@ color: rgba(0, 0, 0, 0.87); padding: 0.75rem 1.25rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 4afbf07d1..aed49e64f 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -4087,7 +4087,7 @@ color: rgba(0, 0, 0, 0.87); padding: 0.75rem 1.25rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; diff --git a/public/themes/mira/theme.css b/public/themes/mira/theme.css index 75c19e151..d7e3e786b 100644 --- a/public/themes/mira/theme.css +++ b/public/themes/mira/theme.css @@ -4042,7 +4042,7 @@ color: #4C566A; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; diff --git a/public/themes/nano/theme.css b/public/themes/nano/theme.css index 84e16806a..495bab8dc 100644 --- a/public/themes/nano/theme.css +++ b/public/themes/nano/theme.css @@ -4014,7 +4014,7 @@ color: #343a3f; padding: 0 0.75rem 0.75rem 0.75rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index e1baf7598..2d2a08305 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -3989,7 +3989,7 @@ color: #333333; padding: 0.571rem 1rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index e08d65323..9dc1e3520 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -4001,7 +4001,7 @@ color: #333333; padding: 0.571rem 1rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index ca784a3b2..f385caece 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -4001,7 +4001,7 @@ color: #333333; padding: 0.571rem 1rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 75e0f428c..5058f2dcd 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -4001,7 +4001,7 @@ color: #333333; padding: 0.571rem 1rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 8464776a1..b8305aaa7 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -3989,7 +3989,7 @@ color: #666666; padding: 0.571rem 1rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 0ffbcc260..43bdefee1 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -4014,7 +4014,7 @@ color: #495057; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index fe91eec7a..d81b8aac8 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -4014,7 +4014,7 @@ color: #495057; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index 885fb1143..de82bb091 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -4014,7 +4014,7 @@ color: #495057; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index 33cd4cc4e..bede054e9 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -4014,7 +4014,7 @@ color: #495057; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/soho-dark/theme.css b/public/themes/soho-dark/theme.css index 5fc766c36..474558d4e 100644 --- a/public/themes/soho-dark/theme.css +++ b/public/themes/soho-dark/theme.css @@ -4062,7 +4062,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/soho-light/theme.css b/public/themes/soho-light/theme.css index a1f7019c0..ffce8c029 100644 --- a/public/themes/soho-light/theme.css +++ b/public/themes/soho-light/theme.css @@ -4062,7 +4062,7 @@ color: #043d75; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/tailwind-light/theme.css b/public/themes/tailwind-light/theme.css index 4ad4dbc32..693d9db99 100644 --- a/public/themes/tailwind-light/theme.css +++ b/public/themes/tailwind-light/theme.css @@ -4049,7 +4049,7 @@ color: #3f3f46; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 0.375rem; border-bottom-left-radius: 0.375rem; diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 196092275..2bc24be6d 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -4014,7 +4014,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index cea34aadc..3956ab295 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -4014,7 +4014,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index beee0ca4d..ace517440 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -4014,7 +4014,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 510f69856..a8b38a7d4 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -4014,7 +4014,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; diff --git a/public/themes/viva-dark/theme.css b/public/themes/viva-dark/theme.css index b3a878b7e..b479097a3 100644 --- a/public/themes/viva-dark/theme.css +++ b/public/themes/viva-dark/theme.css @@ -4095,7 +4095,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; diff --git a/public/themes/viva-light/theme.css b/public/themes/viva-light/theme.css index f7256d5e0..5e18e0169 100644 --- a/public/themes/viva-light/theme.css +++ b/public/themes/viva-light/theme.css @@ -4095,7 +4095,7 @@ color: #6c6c6c; padding: 0 1.5rem 1.5rem 1.5rem; display: flex; - justify-content: end; + justify-content: flex-end; gap: 0.5rem; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;