mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
Reduce load progress bar’s height to 4 pixels
This commit is contained in:
parent
f1c73c209f
commit
ba426f479e
1 changed files with 3 additions and 3 deletions
|
@ -326,7 +326,7 @@ html[dir='rtl'] #toolbarContainer, .findbar, .secondaryToolbar {
|
||||||
#loadingBar {
|
#loadingBar {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 6px;
|
height: 4px;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
border-bottom: 1px solid #333;
|
border-bottom: 1px solid #333;
|
||||||
}
|
}
|
||||||
|
@ -1408,7 +1408,7 @@ canvas {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
.loadingInProgress #errorWrapper {
|
.loadingInProgress #errorWrapper {
|
||||||
top: 39px;
|
top: 37px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#errorMessageLeft {
|
#errorMessageLeft {
|
||||||
|
@ -1884,7 +1884,7 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
.loadingInProgress #sidebarContainer {
|
.loadingInProgress #sidebarContainer {
|
||||||
top: 39px;
|
top: 37px;
|
||||||
}
|
}
|
||||||
#sidebarContent {
|
#sidebarContent {
|
||||||
top: 32px;
|
top: 32px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue