Add adaptive padding for user and assistant messages on width <= 1480px
This commit is contained in:
@@ -139,6 +139,14 @@ main {
|
||||
padding: 0.5rem 1rem;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
@media(max-width: 1482px) {
|
||||
.messages {
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.message-role-assistant {
|
||||
background-color: var(--secondary-color);
|
||||
margin-right: auto;
|
||||
|
||||
Reference in New Issue
Block a user