1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 23:16:09 +00:00

Patch pdfjs

This commit is contained in:
Yan Maniez 2019-05-12 13:42:59 +02:00
parent 8311919fcf
commit cf275c0493
2 changed files with 8 additions and 0 deletions

View file

@ -935,6 +935,10 @@ html[dir='ltr'] .doorHangerRight:before {
transform: translateX(-50%);
}
#toolbarViewerRight {
display:none;
}
html[dir='ltr'] #toolbarViewerLeft,
html[dir='rtl'] #toolbarViewerRight {
float: left;

View file

@ -935,6 +935,10 @@ html[dir='ltr'] .doorHangerRight:before {
transform: translateX(-50%);
}
#toolbarViewerRight {
display:none;
}
html[dir='ltr'] #toolbarViewerLeft,
html[dir='rtl'] #toolbarViewerRight {
float: left;