Add some padding between search and folders on phones in Client files and documents

This commit is contained in:
johnnyq 2023-08-23 18:17:53 -04:00
parent 12bbfd1db1
commit 0377eeb94e
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
</div>
<div class="card-body">
<div class="row">
<div class="col-md-3 border-right">
<div class="col-md-3 border-right mb-3">
<h4>Folders</h4>
<hr>
<ul class="nav nav-pills flex-column bg-light">

View File

@ -82,7 +82,7 @@ $num_of_files = mysqli_num_rows($sql);
<div class="card-body">
<div class="row">
<div class="col-md-3 border-right">
<div class="col-md-3 border-right mb-3">
<h4>Folders</h4>
<hr>
<ul class="nav nav-pills flex-column bg-light">