浏览代码

Update Help Center

Daniel Supernault 6 年之前
父节点
当前提交
2a69775254
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/site/help/partial/sidebar.blade.php

+ 1 - 1
resources/views/site/help/partial/sidebar.blade.php

@@ -1,4 +1,4 @@
-  <div class="col-12 col-md-3 py-3" style="border-right:1px solid #ccc;">
+  <div class="col-12 col-md-3 py-3 d-none d-md-block" style="border-right:1px solid #ccc;">
     <ul class="nav flex-column settings-nav">
       <li class="nav-item {{request()->is('*/getting-started')?'active':''}}">
         <a class="nav-link font-weight-light text-muted" href="{{route('help.getting-started')}}">{{__('helpcenter.gettingStarted')}}</a>