Skip to content

Commit

Permalink
demos: optimize custom toolbar background
Browse files Browse the repository at this point in the history
  • Loading branch information
Priestch committed Oct 28, 2023
1 parent 0d61ef2 commit 5e1181f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demos/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ aside {
position: fixed;
left: 0;
top: 0;
background: gainsboro;
background: #f9f9fa;
}
a:visited {
Expand Down
3 changes: 3 additions & 0 deletions demos/src/views/CustomToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ function updatePageNumber(evt) {
height: 40px;
display: flex;
border-bottom: 1px solid #c7c7c7;
background: #f9f9fa;
}
.header-item {
Expand All @@ -72,6 +73,8 @@ function updatePageNumber(evt) {
.page-input {
width: 3em;
outline: none;
height: 2em;
text-align: center;
}
.viewer-content {
Expand Down

0 comments on commit 5e1181f

Please sign in to comment.