itizawa 6 лет назад
Родитель
Сommit
454c37b218
1 измененных файлов с 2 добавлено и 26 удалено
  1. 2 26
      src/client/styles/scss/_navbar_kibela.scss

+ 2 - 26
src/client/styles/scss/_navbar_kibela.scss

@@ -34,35 +34,11 @@
       }
     }
     @media screen and (max-width: 790px) {
-      .search-top,
-      .navbar-toggle {
+      .search-top {
         display: none !important;
       }
       @media screen and (max-width: 540px) {
-        .user-name {
-          display: none;
-        }
-        .navbar-right {
-          width: 80%;
-          li {
-            width: 25%;
-            text-align: center;
-            a {
-              margin-right: 0px;
-            }
-            .create-page {
-              width: 100%;
-            }
-            .dropdown {
-              text-align: center;
-              .dropdown-toggle {
-                width: 100%;
-                padding-left: 0em;
-                margin-right: 0px;
-              }
-            }
-          }
-        }
+        // TODO responsive after implementation of Sidebar
       }
     }
   }