mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-08 11:42:44 +02:00
Change: UI to display correctly on mobile #162
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
#bookshelf {
|
||||
height: calc(100% - 40px);
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
#bookshelf {
|
||||
height: calc(100% - 80px);
|
||||
}
|
||||
}
|
||||
|
||||
/* width */
|
||||
::-webkit-scrollbar {
|
||||
|
||||
Reference in New Issue
Block a user