Skip to content

Commit

Permalink
fix: white border in dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyphyn committed Sep 24, 2023
1 parent e629a8f commit a12f153
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "photon-lemmy",
"version": "1.12.0",
"version": "1.12.1",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
4 changes: 3 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
</div>
</Modal>

<div class="flex flex-row gap-4 w-full h-full xl:divide-x">
<div
class="flex flex-row gap-4 w-full h-full xl:divide-x divide-slate-200 dark:divide-zinc-900"
>
<div class="flex flex-col gap-4 max-w-full w-full min-w-0">
<header>
<h1
Expand Down

0 comments on commit a12f153

Please sign in to comment.