mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-31 19:39:20 +08:00 
			
		
		
		
	Added more space over the badge on mobile screens
This commit is contained in:
		| @@ -306,6 +306,12 @@ export default { | |||||||
| <style lang="scss" scoped> | <style lang="scss" scoped> | ||||||
| @import "../assets/vars.scss"; | @import "../assets/vars.scss"; | ||||||
|  |  | ||||||
|  | @media (max-width: 767px) {  | ||||||
|  |     .badge { | ||||||
|  |         margin-top: 14px; | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
| @media (max-width: 550px) {  | @media (max-width: 550px) {  | ||||||
|     .functions { |     .functions { | ||||||
|         text-align: center; |         text-align: center; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user