diff --git a/assets/app.css b/assets/app.css index 3429acd8..dde1e0a9 100644 --- a/assets/app.css +++ b/assets/app.css @@ -1,5 +1,5 @@ -@import "./tailwind.css"; -@import "./fonts.css"; +@import './tailwind.css'; +@import './fonts.css'; @import './defaultStyles.css'; @import './absicons.css'; @import './transitions.css'; @@ -61,6 +61,10 @@ textarea { box-shadow: 4px 1px 8px #11111166, -4px 1px 8px #11111166, 1px -4px 8px #11111166; } +.box-shadow-progressbar { + box-shadow: 0px -1px 4px rgb(62, 50, 2, 0.5); +} + .shadow-height { height: calc(100% - 4px); } @@ -164,4 +168,4 @@ Bookshelf Label .tracksTable th { padding: 4px 8px; font-size: 0.75rem; -} \ No newline at end of file +} diff --git a/components/cards/LazyBookCard.vue b/components/cards/LazyBookCard.vue index d9a79eea..9aaa1739 100644 --- a/components/cards/LazyBookCard.vue +++ b/components/cards/LazyBookCard.vue @@ -59,7 +59,7 @@ -
+{{ title }}
diff --git a/pages/item/_id/index.vue b/pages/item/_id/index.vue index 92895276..c5d0108a 100644 --- a/pages/item/_id/index.vue +++ b/pages/item/_id/index.vue @@ -14,7 +14,7 @@