Browse Source

Merge pull request #481 from gitstashgithub/master

Logo image is partly covered by scrollbar
Shalvah 3 years ago
parent
commit
25dedcf5ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/themes/default/sidebar.blade.php

+ 1 - 1
resources/views/themes/default/sidebar.blade.php

@@ -6,7 +6,7 @@
 </a>
 <div class="tocify-wrapper">
     @if($metadata['logo'] != false)
-        <img src="{{ $metadata['logo'] }}" alt="logo" class="logo" style="padding-top: 10px;" width="230px"/>
+        <img src="{{ $metadata['logo'] }}" alt="logo" class="logo" style="padding-top: 10px;" width="100%"/>
     @endif
 
     @isset($metadata['example_languages'])