mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	Fixed function buttons for smaller screens
This commit is contained in:
		@@ -306,6 +306,31 @@ export default {
 | 
				
			|||||||
<style lang="scss" scoped>
 | 
					<style lang="scss" scoped>
 | 
				
			||||||
@import "../assets/vars.scss";
 | 
					@import "../assets/vars.scss";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@media (max-width: 550px) { 
 | 
				
			||||||
 | 
					    .functions {
 | 
				
			||||||
 | 
					        text-align: center;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    button, a {
 | 
				
			||||||
 | 
					        margin-left: 10px !important;
 | 
				
			||||||
 | 
					        margin-right: 10px !important;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@media (max-width: 400px) { 
 | 
				
			||||||
 | 
					    .btn {
 | 
				
			||||||
 | 
					        display: inline-flex;
 | 
				
			||||||
 | 
					        flex-direction: column;
 | 
				
			||||||
 | 
					        align-items: center;
 | 
				
			||||||
 | 
					        padding-top: 10px;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    a.btn {
 | 
				
			||||||
 | 
					        padding-left: 25px;
 | 
				
			||||||
 | 
					        padding-right: 25px;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.url {
 | 
					.url {
 | 
				
			||||||
    color: $primary;
 | 
					    color: $primary;
 | 
				
			||||||
    margin-bottom: 20px;
 | 
					    margin-bottom: 20px;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user