mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-28 14:54:38 +02:00
Fix:Siderail margin on mobile and tablets
This commit is contained in:
parent
8061ee29d5
commit
e918a46d09
1 changed files with 7 additions and 0 deletions
|
@ -572,4 +572,11 @@ export default {
|
|||
max-width: calc(100% - 80px);
|
||||
margin-left: 80px;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
#app-content.has-siderail {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
margin-left: 0px;
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue