mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01: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:
parent
605be1a6ec
commit
20ec3900be
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue