mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Adjustments to WatchVideo.vue to be more responsive and more similar to Youtube's UI (#272)
This commit is contained in:
		
							parent
							
								
									60f2491f8e
								
							
						
					
					
						commit
						ffae17653a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -63,7 +63,7 @@
 | 
				
			||||||
        <hr />
 | 
					        <hr />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <div uk-grid>
 | 
					        <div uk-grid>
 | 
				
			||||||
            <div class="uk-width-4-5@xl uk-width-3-4@l uk-width-2-3" v-if="comments" ref="comments">
 | 
					            <div class="uk-width-4-5@xl uk-width-3-4@l uk-width-1" v-if="comments" ref="comments">
 | 
				
			||||||
                <div
 | 
					                <div
 | 
				
			||||||
                    class="uk-tile-default uk-align-left uk-width-expand"
 | 
					                    class="uk-tile-default uk-align-left uk-width-expand"
 | 
				
			||||||
                    :style="[{ background: backgroundColor }]"
 | 
					                    :style="[{ background: backgroundColor }]"
 | 
				
			||||||
| 
						 | 
					@ -100,7 +100,7 @@
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <div class="uk-width-1-5@xl uk-width-1-4@l uk-width-1-3" v-if="video">
 | 
					            <div class="uk-width-1-5@xl uk-width-1-4@l uk-width-1 uk-flex-last@l uk-flex-first" v-if="video">
 | 
				
			||||||
                <div
 | 
					                <div
 | 
				
			||||||
                    class="uk-tile-default uk-width-auto"
 | 
					                    class="uk-tile-default uk-width-auto"
 | 
				
			||||||
                    :style="[{ background: backgroundColor }]"
 | 
					                    :style="[{ background: backgroundColor }]"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue