new chat window, bugfixes, component update

This commit is contained in:
Marek Farkaš
2025-04-22 21:23:11 +02:00
parent 79e4205612
commit 008441f93a
19 changed files with 286 additions and 150 deletions
+8
View File
@@ -119,6 +119,10 @@
align-items: center;
}
.flex-column {
flex-direction: column;
}
.hover-brighten {
transition: 0.3s ease background-color;
}
@@ -302,6 +306,10 @@ table .input-text {
.flex-phone-column {
flex-flow: column;
}
.flex-phone-center {
align-items: center;
justify-content: center;
}
.hide-phone {
display: none;
}