mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-09-11 22:30:41 +03:00
11 lines
155 B
CSS
11 lines
155 B
CSS
.dropdown {
|
|
border: 1px solid var(--conversations);
|
|
}
|
|
|
|
@media screen and (max-width: 990px) {
|
|
.dropdown {
|
|
padding: 4px 8px;
|
|
font-size: 0.75rem;
|
|
}
|
|
}
|