mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	Styling for tags
This commit is contained in:
		@@ -346,6 +346,10 @@ textarea.form-control {
 | 
				
			|||||||
        &.active {
 | 
					        &.active {
 | 
				
			||||||
            background-color: #cdf8f4;
 | 
					            background-color: #cdf8f4;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					        // Removes margin to line up tags list with uptime percentage
 | 
				
			||||||
 | 
					        .tags, .tag-wrapper:first-child {
 | 
				
			||||||
 | 
					            margin-left: 0 !important;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -40,6 +40,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                                            <Uptime :monitor="monitor.element" type="24" :pill="true" />
 | 
					                                            <Uptime :monitor="monitor.element" type="24" :pill="true" />
 | 
				
			||||||
                                            {{ monitor.element.name }}
 | 
					                                            {{ monitor.element.name }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                                        </div>
 | 
				
			||||||
 | 
					                                        <div class="tags">
 | 
				
			||||||
                                            <Tag v-for="tag in monitor.element.tags" :key="tag" :item="tag" :size="'sm'" />
 | 
					                                            <Tag v-for="tag in monitor.element.tags" :key="tag" :item="tag" :size="'sm'" />
 | 
				
			||||||
                                        </div>
 | 
					                                        </div>
 | 
				
			||||||
                                    </div>
 | 
					                                    </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user