MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,639:
max-width: min(100%, 1200px) !important;
}
}
 
/* Target only the content box inside the user's message wrapper */
.ext-aiassistant-message-user .ext-aiassistant-message__content {
background-color: #202122;
color: white;
border-radius: 16px; /* Adjust the pixel value for more or less roundness */
padding: 12px 16px; /* Adds space so the text doesn't touch the edges */
}
 
/* Ensure paragraph tags inside the user's message also inherit the white text color */
.ext-aiassistant-message-user .ext-aiassistant-message__content p {
color: white;
margin: 0;
}