Skip to content

Commit

Permalink
Merge branch 'master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
velocity23 committed Aug 31, 2023
2 parents 5bbd3fe + 8a3cac5 commit 3b3adc7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/tailwind.index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/tailwind/includes/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<?php endforeach; ?>
</ul>
</aside>
<main class="z-10 flex flex-col w-full min-h-screen max-w-[calc(100vw-275px)] shadow-lg dark:bg-gray-700">
<main class="z-10 flex flex-col w-full min-h-screen md:max-w-[calc(100vw-275px)] shadow-lg dark:bg-gray-700">
<div class="flex items-center w-full gap-2 p-4 shadow-lg">
<!-- Sidebar Toggle Button -->
<div class="flex items-center flex-1">
Expand Down
14 changes: 14 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1581,5 +1581,19 @@
"queries": [],
"deletedFiles": [],
"newFolders": []
},
{
"tag": "v2.5.5",
"name": "Version 2.5.5",
"date": "2023-08-31",
"notes": "Fix Tailwind mobile layout bug",
"prerelease": false,
"useUpdater": true,
"files": [
"themes/tailwind/includes/header.php"
],
"queries": [],
"deletedFiles": [],
"newFolders": []
}
]
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tag": "v2.5.4",
"name": "Version 2.5.4",
"tag": "v2.5.5",
"name": "Version 2.5.5",
"prerelease": false
}

0 comments on commit 3b3adc7

Please sign in to comment.