Amélioration du design

This commit is contained in:
2024-09-10 19:04:49 +02:00
parent 43e22385b4
commit f2a5366281
5 changed files with 30 additions and 67 deletions

View File

@@ -17,7 +17,7 @@ if (!$this->title) $this->title = 'IA Assistant';
<title><?= $this->escape($this->title) ?></title>
<?= $this->head() ?>
</head>
<body>
<body class="bg-body-secondary">
<nav class="offcanvas offcanvas-start" tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasNavbarLabel">Openai</h5>

View File

@@ -12,7 +12,7 @@ if (!$this->title) $this->title = 'IA Assistant';
<title><?= $this->escape($this->title) ?></title>
<?= $this->head() ?>
</head>
<body class="d-flex align-items-center py-4">
<body class="d-flex align-items-center py-4 bg-body-secondary">
<?= $content ?>