File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ node_modules
2+ build
3+ dist
Original file line number Diff line number Diff line change 1+ {
2+ "arrowParens": "always",
3+ "jsxSingleQuote": true,
4+ "printWidth": 100,
5+ "singleQuote": true,
6+ "tabWidth": 2,
7+ "trailingComma": "all"
8+ }
9+
Original file line number Diff line number Diff line change 7070 & --top ,
7171 & --middle {
7272 .str-chat__message {
73- > .str-chat__avatar {
73+ > .str-chat__avatar ,
74+ > .str-chat-angular__avatar-host {
7475 visibility : hidden ;
7576 }
7677 }
Original file line number Diff line number Diff line change 1- .str-chat__list {
2- flex : 1 ;
1+ %scrollable {
32 overflow-x : hidden ;
43 overflow-y : auto ;
4+ }
5+
6+ .str-chat-angular__message-list-host {
7+ @extend %scrollable ;
8+ }
9+
10+ .str-chat__list {
11+ @extend %scrollable ;
12+ flex : 1 ;
513 -webkit-overflow-scrolling : touch ; /* enable smooth scrolling on ios */
614 padding : 0 ;
715
Original file line number Diff line number Diff line change @@ -125,7 +125,8 @@ $emoji-flag-unicode-range: U+1F1E6-1F1FF;
125125 height : 100% ;
126126 display : flex ;
127127
128- .str-chat__main-panel {
128+ .str-chat__main-panel ,
129+ .str-chat-angular__main-panel-inner {
129130 height : 100% ;
130131 width : 100% ;
131132 min-width : 250px ;
You can’t perform that action at this time.
0 commit comments