mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Fix more mobile level
This commit is contained in:
parent
136b886609
commit
d5865cd4eb
@ -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
|
||||
|
||||
|
@ -2046,7 +2046,6 @@ a.box:active {
|
||||
|
||||
.icon {
|
||||
align-items: center;
|
||||
background-color: coral;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
height: 1.5rem;
|
||||
|
@ -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>
|
||||
|
@ -1,6 +1,5 @@
|
||||
.icon
|
||||
align-items: center
|
||||
background-color: coral
|
||||
display: inline-flex
|
||||
justify-content: center
|
||||
height: 1.5rem
|
||||
|
Loading…
Reference in New Issue
Block a user