mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-31 16:19:39 +00:00
Add:Experimental change bookshelf texture #186
This commit is contained in:
parent
dd8a28848b
commit
3941da1144
20 changed files with 136 additions and 10 deletions
|
|
@ -2,6 +2,10 @@
|
|||
@import './transitions.css';
|
||||
@import './draggable.css';
|
||||
|
||||
:root {
|
||||
--bookshelf-texture-img: url(/textures/wood_default.jpg);
|
||||
}
|
||||
|
||||
.page {
|
||||
width: 100%;
|
||||
height: calc(100% - 64px);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue