This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new 118db83  Take the phase navigation bar out of the top navigation shadow
118db83 is described below

commit 118db8368ce8a6d16908ddc5d98098b516fc2bba
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Dec 23 15:16:14 2025 +0000

    Take the phase navigation bar out of the top navigation shadow
---
 atr/shared/distribution.py | 2 +-
 atr/static/css/atr.css     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/atr/shared/distribution.py b/atr/shared/distribution.py
index 3a12aff..d63aa69 100644
--- a/atr/shared/distribution.py
+++ b/atr/shared/distribution.py
@@ -120,7 +120,7 @@ class DistributeForm(form.Form):
 
 # TODO: Move this to an appropriate module
 def html_nav(container: htm.Block, back_url: str, back_anchor: str, phase: 
Phase) -> None:
-    classes = ".d-flex.justify-content-between.align-items-center"
+    classes = ".d-flex.justify-content-between.align-items-center.mt-4"
     block = htm.Block(htm.p, classes=classes)
     block.a(".atr-back-link", href=back_url)[f"← Back to {back_anchor}"]
     span = htm.Block(htm.span)
diff --git a/atr/static/css/atr.css b/atr/static/css/atr.css
index a7ff400..2e46522 100644
--- a/atr/static/css/atr.css
+++ b/atr/static/css/atr.css
@@ -89,7 +89,7 @@ html {
 
 .navbar-ribbon {
     position: relative;
-    box-shadow: 0 0 3rem rgb(0 0 0 / 25%);
+    box-shadow: 0 0 2rem rgb(0 0 0 / 25%);
 }
 
 .navbar-ribbon::after {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to