mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix viewer title style (#3445)
This commit is contained in:
committed by
Eugenio Romano
parent
8ba68e4f1b
commit
1de61d37f4
@@ -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"
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user