Skip to content

Commit

Permalink
Fix missing texture image for subdirectory support
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiher committed Jan 20, 2025
1 parent 64992b3 commit 6c540ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/assets/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@import './absicons.css';

:root {
--bookshelf-texture-img: url(/textures/wood_default.jpg);
--bookshelf-texture-img: url(~static/textures/wood_default.jpg);
--bookshelf-divider-bg: linear-gradient(180deg, rgba(149, 119, 90, 1) 0%, rgba(103, 70, 37, 1) 17%, rgba(103, 70, 37, 1) 88%, rgba(71, 48, 25, 1) 100%);
}

Expand Down Expand Up @@ -247,4 +247,4 @@ Bookshelf Label

.abs-btn:disabled::before {
background-color: rgba(0, 0, 0, 0.2);
}
}

0 comments on commit 6c540ad

Please sign in to comment.