Skip to content

Commit

Permalink
improve(pdf): polish toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 committed Aug 2, 2021
1 parent 4356a9a commit f288a1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/frontend/extensions/pdf/pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
height: 42px;
z-index: 5;
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 1) 100%);
padding-right: 20px;
padding: 5px 20px;

> .inner {
display: flex;
Expand All @@ -73,6 +73,8 @@
display: flex;
align-items: center;
margin-left: 8px;
padding: 4px 6px;
color: var(--ls-icon-color);
}
}
}
Expand Down

0 comments on commit f288a1a

Please sign in to comment.