diff --git a/btc-UI/src/app/components/navbar/navbar.component.css b/btc-UI/src/app/components/navbar/navbar.component.css index fd24891..1eeae8e 100755 --- a/btc-UI/src/app/components/navbar/navbar.component.css +++ b/btc-UI/src/app/components/navbar/navbar.component.css @@ -669,18 +669,17 @@ cursor: pointer; } - -/* Style for the scrolling stop message */ +/* The visible stop-message box */ .stop-message { background-color: red; color: white; font-weight: bold; - padding: 2px 5px; - margin: 0 10px; + padding: 2px 8px; border-radius: 4px; - display: inline-block; - max-width: 50%; - overflow: hidden; + display: inline-flex; + align-items: center; + max-width: 70vw; + pointer-events: auto; /* allow marquee interactions if needed */ } .stop-message marquee {