Skip to content

Commit

Permalink
Merge pull request #12298 from Snuffleupagus/doorHanger-positions
Browse files Browse the repository at this point in the history
Tweak the vertical positions of the `findbar` and `secondaryToolbar` (PR 11077 follow-up)
  • Loading branch information
timvandermeij authored Aug 30, 2020
2 parents eb3654e + 16f5080 commit d383193
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,10 @@ html[dir='rtl'] #toolbarContainer, .findbar, .secondaryToolbar {
height: auto;
}
html[dir='ltr'] .findbar {
left: 63px;
left: 64px;
}
html[dir='rtl'] .findbar {
right: 63px;
right: 64px;
}

html[dir='ltr'] .findbar .splitToolbarButton {
Expand Down Expand Up @@ -579,10 +579,10 @@ html[dir='rtl'] #findInput[data-status="pending"] {
background-color: var(--doorhanger-bg-color);
}
html[dir='ltr'] .secondaryToolbar {
right: 3px;
right: 4px;
}
html[dir='rtl'] .secondaryToolbar {
left: 3px;
left: 4px;
}

#secondaryToolbarButtonContainer {
Expand Down Expand Up @@ -1823,10 +1823,10 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
width: 0;
}
html[dir='ltr'] .findbar {
left: 38px;
left: 34px;
}
html[dir='rtl'] .findbar {
right: 38px;
right: 34px;
}
}

Expand Down

0 comments on commit d383193

Please sign in to comment.