mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	use full space on small devices (#310)
* use full space on small devices I often use my smartphone for quick actions and always was annoyed of this wasted space. * hide card-image on small devices
This commit is contained in:
		| @@ -47,9 +47,9 @@ | ||||
| <div class="container"> | ||||
|   {% for i, entry in enumerate(entries) %} | ||||
|   <div class="row"> | ||||
|     <div class="col s8 offset-s2 m10 offset-m1 l12"> | ||||
|     <div class="col s12 m10 offset-m1 l12"> | ||||
|       <div class="card horizontal"> | ||||
|         <div class="card-image center-align"> | ||||
|         <div class="card-image center-align hide-on-small-only"> | ||||
|           <i class="material-icons very-large icon-grey">memory</i> | ||||
|         </div> | ||||
|         <div class="card-stacked"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user