Skip to content

Commit

Permalink
fix design
Browse files Browse the repository at this point in the history
  • Loading branch information
eucyt committed Jun 22, 2023
1 parent a204ed6 commit 857efae
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 109 deletions.
119 changes: 52 additions & 67 deletions laravel/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions laravel/resources/views/common/header.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<div class="w-full h-12 bg-gray-100 border-gray-200 dark:bg-gray-700 dark:border-gray-600">
<div class="h-full flex ml-8">
<a href="/papers" class="h-full flex">
<p class="dark:text-white text-lg my-auto font-bold">MyPaper</p>
</a>
</div>
<button onclick="changeDarkMode()"
class="absolute right-2 top-2 rounded-lg p-4 bg-gray-300 dark:bg-gray-500">
<div class="absolute right-2 top-2 invisible dark:visible">
Expand Down
Loading

0 comments on commit 857efae

Please sign in to comment.