mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	fix: button to create a new channel group is hard to access
This commit is contained in:
		
							parent
							
								
									66fa3c663a
								
							
						
					
					
						commit
						e1c8a3aeab
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -47,8 +47,8 @@
 | 
			
		|||
                <font-awesome-icon class="mx-2" icon="circle-minus" @click="deleteGroup(group)" />
 | 
			
		||||
            </div>
 | 
			
		||||
        </button>
 | 
			
		||||
        <button class="btn mx-1">
 | 
			
		||||
            <font-awesome-icon icon="circle-plus" @click="showCreateGroupModal = true" />
 | 
			
		||||
        <button class="btn mx-1" @click="showCreateGroupModal = true">
 | 
			
		||||
            <font-awesome-icon icon="circle-plus" />
 | 
			
		||||
        </button>
 | 
			
		||||
    </div>
 | 
			
		||||
    <br />
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue