- Layout improvements for the Chat client

This commit is contained in:
Josako
2025-07-23 18:06:47 +02:00
parent ccc1a2afb8
commit 32df3d0589
14 changed files with 339 additions and 93 deletions

View File

@@ -791,11 +791,6 @@
display: inline-block;
}
.working-animation {
width: 20px;
height: 20px;
}
/* Mobile responsiveness for progress icons */
@media (max-width: 768px) {
.progress-icon {
@@ -803,9 +798,4 @@
height: 16px;
margin-right: 6px;
}
.working-animation {
width: 16px;
height: 16px;
}
}