fix viewer title style (#3445)

This commit is contained in:
Denys Vuika
2018-06-06 14:53:29 +01:00
committed by Eugenio Romano
parent 8ba68e4f1b
commit 1de61d37f4
2 changed files with 5 additions and 1 deletions

View File

@@ -19,7 +19,7 @@
</button> </button>
</adf-toolbar-title> </adf-toolbar-title>
<div fxFlex="1 1 auto"> <div fxFlex="1 1 auto" class="adf-viewer__file-title">
<button <button
*ngIf="allowNavigate && canNavigateBefore" *ngIf="allowNavigate && canNavigateBefore"
data-automation-id="toolbar-pref-file" data-automation-id="toolbar-pref-file"

View File

@@ -31,6 +31,10 @@
} }
} }
&__file-title {
text-align: center;
}
&__display-name { &__display-name {
font-size: 16px; font-size: 16px;
opacity: 0.87; opacity: 0.87;