update AI page
This commit is contained in:
parent
741ce8b01d
commit
ddb266825c
@ -73,6 +73,18 @@
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alert {
|
||||||
|
margin-top: 10px;
|
||||||
|
text-align: center;
|
||||||
|
/* Center the text content */
|
||||||
|
display: flex;
|
||||||
|
/* Make sure the alert is a flex container */
|
||||||
|
justify-content: center;
|
||||||
|
/* Center flex items horizontally */
|
||||||
|
align-items: center;
|
||||||
|
/* Center flex items vertically (if needed) */
|
||||||
|
}
|
||||||
|
|
||||||
.message.user {
|
.message.user {
|
||||||
background-color: #3a3a3a;
|
background-color: #3a3a3a;
|
||||||
color: white;
|
color: white;
|
||||||
|
Loading…
Reference in New Issue
Block a user