Browse Source

Breadcrumbs in one line with scrolling on narrow screens?

Visman 2 years ago
parent
commit
ac299f5dce
1 changed files with 9 additions and 1 deletions
  1. 9 1
      public/style/ForkBB/style.css

+ 9 - 1
public/style/ForkBB/style.css

@@ -916,7 +916,7 @@ body,
 
 #fork .f-crumbs {
   padding: 0 0.625rem;
-  overflow: hidden;
+  /*overflow: hidden;*/
 }
 
 #fork .f-crumb {
@@ -1008,6 +1008,14 @@ body,
   display: none;
 }
 
+@media screen and (max-width: 49.9999rem) {
+  .f-nav-links > nav {
+    white-space: nowrap;
+    overflow-x: auto;
+    width: 100%;
+  }
+}
+
 @media screen and (min-width: 50rem) {
   #fork .f-pinfo {
     font-size: 0.875rem;