Adds navbar logo to pdf viewer

This commit is contained in:
Dimitrios Kaitantzidis
2023-10-27 20:08:13 +03:00
parent 116b034878
commit 6bf172fb25
2 changed files with 16 additions and 2 deletions

View File

@@ -2352,14 +2352,14 @@ body {
.secondaryToolbar,
.editorParamsToolbar {
position: relative;
height: 32px;
height: 35px;
background-color: var(--toolbar-bg-color);
box-shadow: var(--toolbar-box-shadow);
border-bottom: var(--toolbar-border-bottom);
}
#toolbarViewer {
height: 32px;
height: 35px;
}
#loadingBar {