Skip to content

Commit

Permalink
Update log.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre authored Aug 21, 2018
1 parent 6df4d4d commit 253dfd4
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions src/views/log.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,8 @@
}
.div-scroll {
background-color: #f5f5f5;
border: 1px solid #ddd;
border-radius: 4px 0 4px 0;
color: #3B3C3E;
left: -1px;
padding: 10px 7px 5px;
}
.div-with-scroll {
height: 100vh;
overflow: scroll;
overflow-x: hidden;
height: 80vh;
overflow: hidden auto;
}
</style>
Expand All @@ -81,7 +71,7 @@
<div class="col sidebar mb-3">
<h1><i class="fa fa-calendar" aria-hidden="true"></i> Laravel Log Viewer</h1>
<p class="text-muted"><i>by Rap2h</i></p>
<div class="list-group div-scroll div-with-scroll">
<div class="list-group div-scroll">
@foreach($folders as $folder)
<div class="list-group-item">
<a href="?f={{ \Illuminate\Support\Facades\Crypt::encrypt($folder) }}">
Expand Down

0 comments on commit 253dfd4

Please sign in to comment.