File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 136136 padding-top : 0 ;
137137
138138 & .str-chat__thread--full {
139+ position : fixed ;
140+ top : 0 ;
141+ right : 0 ;
142+ height : 100vh ;
143+ background : var (--white );
144+ z-index : 1000 ;
139145 margin : 0 ;
146+ width : 100vw ;
147+ max-width : 100% ;
140148 }
141149
142150 .str-chat__gallery {
257265 .str-chat__thread {
258266 background : transparent ;
259267
268+ & --full {
269+ position : fixed ;
270+ top : 0 ;
271+ right : 0 ;
272+ height : 100vh ;
273+ background : var (--white );
274+ z-index : 1000 ;
275+ margin : 0 ;
276+ width : 100vw ;
277+ max-width : 100% ;
278+ }
279+
260280 & -header {
261281 background : var (--white30 );
262282 }
Original file line number Diff line number Diff line change @@ -143,6 +143,10 @@ $emoji-flag-unicode-range: U+1F1E6-1F1FF;
143143 display : flex ;
144144 flex-direction : column ;
145145 flex : 1 ;
146+
147+ & --hideOnThread {
148+ display : none ;
149+ }
146150 }
147151
148152 .rfu-dropzone {
You can’t perform that action at this time.
0 commit comments