Skip to content

Commit

Permalink
use full space on small devices (#310)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
escoand authored and OttoWinter committed Jan 9, 2019
1 parent 4723197 commit cf73d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esphomeyaml/dashboard/templates/index.html
Expand Up @@ -47,9 +47,9 @@ <h5>Select Upload Port</h5>
<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">
Expand Down

0 comments on commit cf73d77

Please sign in to comment.