fix : css fix for stop message

This commit is contained in:
karthik 2025-09-18 12:32:28 +05:30
parent 1cfe2fd970
commit 7a11f65420

View File

@ -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 {