diff --git a/client/assets/app.css b/client/assets/app.css index 867a9d86..6ec19ed5 100644 --- a/client/assets/app.css +++ b/client/assets/app.css @@ -18,6 +18,7 @@ } #bookshelf { height: calc(100% - 40px); + background-image: linear-gradient(to right bottom, #2e2e2e, #303030, #313131, #333333, #353535, #343434, #323232, #313131, #2c2c2c, #282828, #232323, #1f1f1f); } @media (max-width: 768px) { #bookshelf { @@ -25,6 +26,10 @@ } } +#page-wrapper { + background-image: linear-gradient(to right bottom, #2e2e2e, #303030, #313131, #333333, #353535, #343434, #323232, #313131, #2c2c2c, #282828, #232323, #1f1f1f); +} + /* width */ ::-webkit-scrollbar { width: 8px; @@ -121,10 +126,6 @@ input[type=number] { font-size: 1.1rem; } -#page-wrapper { - background-image: linear-gradient(to right bottom, #2e2e2e, #303030, #313131, #333333, #353535, #343434, #323232, #313131, #2c2c2c, #282828, #232323, #1f1f1f); -} - .box-shadow-md { box-shadow: 2px 8px 6px #111111aa; } diff --git a/client/components/app/LazyBookshelf.vue b/client/components/app/LazyBookshelf.vue index 13979e2c..3c036ece 100644 --- a/client/components/app/LazyBookshelf.vue +++ b/client/components/app/LazyBookshelf.vue @@ -1,11 +1,11 @@