mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-08 03:59:37 +00:00
Change: UI to display correctly on mobile #162
This commit is contained in:
parent
b0ea2f8008
commit
b827667a72
30 changed files with 239 additions and 102 deletions
|
|
@ -14,6 +14,11 @@
|
|||
#bookshelf {
|
||||
height: calc(100% - 40px);
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
#bookshelf {
|
||||
height: calc(100% - 80px);
|
||||
}
|
||||
}
|
||||
|
||||
/* width */
|
||||
::-webkit-scrollbar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue