This commit is contained in:
Marek Lesko
2025-10-22 14:44:25 +00:00
parent 498d2c7ade
commit 9d644a9b79
275 changed files with 35799 additions and 35712 deletions

View File

@@ -1,36 +1,36 @@
.chat-list {
overflow: hidden;
box-sizing: border-box;
width: 100%;
margin-bottom: 1rem;
display: flex;
&.even {
-webkit-box-pack: end;
-ms-flex-pack: end;
-moz-justify-content: flex-end;
justify-content: flex-end;
text-align: right;
}
}
.chat-app {
.mat-drawer {
width: 320px;
}
.ng-scroll-content {
display: block !important;
}
}
.chat-listing {
.mdc-list-item {
height: 75px;
display: flex;
align-items: center;
.mdc-list-item__primary-text {
margin-bottom: -23px !important;
}
}
}
.chat-list {
overflow: hidden;
box-sizing: border-box;
width: 100%;
margin-bottom: 1rem;
display: flex;
&.even {
-webkit-box-pack: end;
-ms-flex-pack: end;
-moz-justify-content: flex-end;
justify-content: flex-end;
text-align: right;
}
}
.chat-app {
.mat-drawer {
width: 320px;
}
.ng-scroll-content {
display: block !important;
}
}
.chat-listing {
.mdc-list-item {
height: 75px;
display: flex;
align-items: center;
.mdc-list-item__primary-text {
margin-bottom: -23px !important;
}
}
}