Browse Source

Side bar visible again by deleting style attribute

tags/0.9.0
Alej 5 years ago
parent
commit
794bdc01c4
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      vue-theme/src/pages/single.vue

+ 1
- 2
vue-theme/src/pages/single.vue View File

@@ -209,6 +209,5 @@ export default {
209 209
             left: 0px 
210 210
             width: 100% 
211 211
             height: 100% 
212
-    aside.sidebar
213
-        display: none
212
+
214 213
 </style>

Loading…
Cancel
Save