mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fix sidebar capitalization.
This commit is contained in:
parent
c4189b46f3
commit
47badedeff
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ body {
|
|||
-webkit-transition-duration: 200ms;
|
||||
-webkit-transition-timing-function: ease;
|
||||
}
|
||||
#outerContainer.sideBarOpen > #sidebarContainer {
|
||||
#outerContainer.sidebarOpen > #sidebarContainer {
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
|
@ -61,7 +61,7 @@ body {
|
|||
-webkit-transition-duration: 200ms;
|
||||
-webkit-transition-timing-function: ease;
|
||||
}
|
||||
#outerContainer.sideBarOpen > #mainContainer {
|
||||
#outerContainer.sidebarOpen > #mainContainer {
|
||||
left: 200px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue