posibility to hide right sidebar

This commit is contained in:
SvyatoslavArtymovych 2023-04-24 16:11:16 +03:00
parent 83695d234b
commit fc5824e0f6
2 changed files with 6 additions and 4 deletions

View File

@ -74,10 +74,12 @@
<!-- SideBar -->
<!-- prettier-ignore -->
{% include 'sidebar.html' %}
{% include 'right_sidebar.html' %}
{% block right_sidebar %} {% include 'right_sidebar.html' %} {% endblock %}
{% include 'book/add_book_modal.html' %}
<div class="sm:mx-64 p-0 mt-16 h-full overflow-x-scroll">
<div class="ml-64 p-0 mt-16 h-full overflow-x-scroll">
<!-- Main Content -->
{% block content %}{% endblock %}
</div>

View File

@ -1,8 +1,8 @@
<!-- prettier-ignore -->
{% extends 'base.html' %}
{% block content %}
<div class="relative overflow-x-auto shadow-md sm:rounded-lg mt-5">
<div class="mr-64 relative overflow-x-auto shadow-md sm:rounded-lg mt-5">
<table class="w-full text-sm text-left text-gray-500 dark:text-gray-400">
<thead
class="text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400"