- 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;
}
}

View File

@@ -28,23 +28,6 @@
overflow-y: auto;
}
.sidebar-logo {
text-align: center;
margin-bottom: 20px;
}
.sidebar-logo img {
max-width: 100%;
max-height: 100px;
}
.sidebar-make-name {
font-size: 24px;
font-weight: bold;
margin-bottom: 20px;
text-align: center;
}
.sidebar-explanation {
margin-top: 20px;
overflow-y: auto;

View File

@@ -23,14 +23,6 @@
margin-bottom: 5px;
}
.form-field label {
display: block;
margin-bottom: 6px;
font-weight: 500;
font-size: 0.9rem;
color: #555;
}
.form-field input,
.form-field select,
.form-field textarea {
@@ -71,11 +63,6 @@
margin-right: 8px;
}
.checkbox-text {
font-size: 0.9rem;
color: #555;
}
.field-description {
display: block;
margin-top: 5px;