modify TOC and button layout in book player
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
|
||||
#btnBookplayerToc {
|
||||
float: left;
|
||||
margin-left: 2vw;
|
||||
margin: 0.5vh 0.5vh 0.5vh 2vw;
|
||||
}
|
||||
|
||||
#btnBookplayerExit {
|
||||
float: right;
|
||||
margin-right: 2vw;
|
||||
margin: 0.5vh 2vw 0.5vh 0.5vh;
|
||||
}
|
||||
|
||||
.bookplayerErrorMsg {
|
||||
@@ -80,3 +80,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 60em) {
|
||||
#dialogToc {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user