Pārlūkot izejas kodu

Fix more mobile level

Jeremy Thomas 8 gadi atpakaļ
vecāks
revīzija
d5865cd4eb

+ 1 - 0
CHANGELOG.md

@@ -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
 

+ 0 - 1
docs/css/bulma-docs.css

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

+ 1 - 1
docs/documentation/components/media-object.html

@@ -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>

+ 0 - 1
sass/elements/icon.sass

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