mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
feature: fullscreen chat input (#269)
* feature: fullscreen chat input * css fixes
This commit is contained in:
parent
c18ea298b2
commit
d42bc2c761
5 changed files with 233 additions and 48 deletions
|
|
@ -214,13 +214,13 @@ nav ul li a img {
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
@media (max-width: 640px) {
|
||||
nav ul {
|
||||
grid-template-columns: repeat(2, 1.2fr);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 380px) {
|
||||
@media (max-width: 480px) {
|
||||
nav ul {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue