We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587c39c commit 3dd65d4Copy full SHA for 3dd65d4
2 files changed
src/styles/Thread.scss
@@ -136,7 +136,15 @@
136
padding-top: 0;
137
138
&.str-chat__thread--full {
139
+ position: fixed;
140
+ top: 0;
141
+ right: 0;
142
+ height: 100vh;
143
+ background: var(--white);
144
+ z-index: 1000;
145
margin: 0;
146
+ width: 100vw;
147
+ max-width: 100%;
148
}
149
150
.str-chat__gallery {
src/styles/_base.scss
@@ -143,6 +143,10 @@ $emoji-flag-unicode-range: U+1F1E6-1F1FF;
display: flex;
flex-direction: column;
flex: 1;
+
+ &--hideOnThread {
+ display: none;
+ }
151
152
.rfu-dropzone {
0 commit comments