Update css.
This commit is contained in:
		
							parent
							
								
									32e0c959e8
								
							
						
					
					
						commit
						87b48af551
					
				| @ -347,3 +347,15 @@ a { | ||||
|   color: #fff; | ||||
| } | ||||
| 
 | ||||
| @media only screen and (max-width: 600px) { | ||||
|     header{ | ||||
|         position: sticky; | ||||
|         display: block; | ||||
|         .logo { | ||||
|             display:block; | ||||
|         } | ||||
|     } | ||||
|     .chat-input { | ||||
|         position:sticky; | ||||
|     } | ||||
| } | ||||
|  | ||||
| @ -12,10 +12,10 @@ | ||||
|         {% endfor %} | ||||
|     </div> | ||||
|     <chat-window style="display:none" class="chat-area"></chat-window> | ||||
|     <div class="chat-input"> | ||||
|     <footer class="chat-input"> | ||||
|         <textarea placeholder="Type a message..." rows="2"></textarea> | ||||
|         <upload-button channel="{{ channel.uid.value }}"></upload-button> | ||||
|     </div> | ||||
|     </footer> | ||||
| </section> | ||||
| 
 | ||||
| <script type="module"> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user