]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_header.scss
Update maintenance.php
[bookstack] / resources / assets / sass / _header.scss
index 00b79180309d1887d4f55a1dbfdc1c8836246f82..c4ca4607adf76a641477d51f31952d1452527db1 100644 (file)
@@ -145,12 +145,13 @@ header .search-box {
   padding: 0 $-xs;
   position: absolute;
   right: $-m;
-  top: 8px;
+  top: 13px;
   line-height: 1;
   cursor: pointer;
   user-select: none;
   svg {
     margin: 0;
+    bottom: -2px;
   }
 }
 
@@ -214,6 +215,7 @@ header .search-box {
 .tri-layout-mobile-tab {
   text-align: center;
   border-bottom: 3px solid #BBB;
+  cursor: pointer;
   &:first-child {
     border-right: 1px solid #DDD;
   }
@@ -302,6 +304,17 @@ header .search-box {
   }
 }
 
+@include smaller-than($m) {
+  .breadcrumb-listing-dropdown {
+    position: fixed;
+    right: auto;
+    left: $-m;
+  }
+  .breadcrumb-listing-dropdown .breadcrumb-listing-entity-list {
+    max-height: 240px;
+  }
+}
+
 .faded {
   a, button, span, span > div {
     color: #666;