Fix more mobile level

This commit is contained in:
Jeremy Thomas 2017-03-12 16:38:27 +00:00
parent 136b886609
commit d5865cd4eb
4 changed files with 2 additions and 3 deletions

View File

@ -6,6 +6,7 @@
* Remove icon spacing logic
* Split icon container dimensions and icon size
* Fix delete button by using pixels instead of (r)em
* Fix level on mobile
## 0.3.2

View File

@ -2046,7 +2046,6 @@ a.box:active {
.icon {
align-items: center;
background-color: coral;
display: inline-flex;
justify-content: center;
height: 1.5rem;

View File

@ -67,7 +67,7 @@ doc-subtab: media-object
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare magna eros, eu pellentesque tortor vestibulum ut. Maecenas non massa sem. Etiam finibus odio quis feugiat facilisis.
</p>
</div>
<nav class="level">
<nav class="level is-mobile">
<div class="level-left">
<a class="level-item">
<span class="icon is-small"><i class="fa fa-reply"></i></span>

View File

@ -1,6 +1,5 @@
.icon
align-items: center
background-color: coral
display: inline-flex
justify-content: center
height: 1.5rem