Migrate to modernize template

This commit is contained in:
Marek Lesko
2025-10-19 16:34:01 +00:00
parent 9deee01ba3
commit aba8943d17
666 changed files with 25377 additions and 45152 deletions

36
Web/public/scss/apps/_chat.scss Executable file
View File

@@ -0,0 +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;
}
}
}