forked from lavender/watch-party
		
	Shrink chatbox horizontal padding
This was designed for the vertical layout
This commit is contained in:
		
							parent
							
								
									fba47e5943
								
							
						
					
					
						commit
						1e57e6a615
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -212,14 +212,14 @@ button.small-button { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #chatbox { | #chatbox { | ||||||
|   padding: 0.5em 2em; |   padding: 0.5em 0.5em; | ||||||
|   overflow-y: scroll; |   overflow-y: scroll; | ||||||
|   flex-shrink: 1; |   flex-shrink: 1; | ||||||
|   flex-grow: 1; |   flex-grow: 1; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #viewer-list { | #viewer-list { | ||||||
|   padding: 0.5em 2em; |   padding: 0.5em 0.5em; | ||||||
|   /* TODO: turn this into max-height instead of fixed height without breaking the chatbox height */ |   /* TODO: turn this into max-height instead of fixed height without breaking the chatbox height */ | ||||||
|   overflow-y: scroll; |   overflow-y: scroll; | ||||||
|   border-bottom: var(--fg); |   border-bottom: var(--fg); | ||||||
|  | @ -238,7 +238,7 @@ button.small-button { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #chatbox-send { | #chatbox-send { | ||||||
|   padding: 0 2em; |   padding: 0 0.5em; | ||||||
|   padding-bottom: 0.5em; |   padding-bottom: 0.5em; | ||||||
|   position: relative; |   position: relative; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue