File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
src/main/resources/META-INF/resources/frontend/fc-applayout Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,12 @@ export class FusionLayout extends LitElement {
138
138
width: 100%;
139
139
height: 100%;
140
140
}
141
+ .profile-title {
142
+ width: 100%;
143
+ display: block;
144
+ font-size: large;
145
+ font-weight: bold;
146
+ }
141
147
142
148
` ,
143
149
] ;
@@ -148,7 +154,7 @@ export class FusionLayout extends LitElement {
148
154
< fc-applayout reveals =${ this . reveals } swipeOpen =${ this . swipeOpen } fixed=${ this . fixed } id="fusionLayout">
149
155
< div slot ="profile " style ="text-align: center; ">
150
156
< img src =${ this . profilePicture } alt =${ this . profilePictureAlt } style="width: 80px; margin-top: 20px;">
151
- < h4 slot ="profile "> ${ this . userName } </ h4 >
157
+ < span class =" profile-title " slot ="profile "> ${ this . userName } </ span >
152
158
</ div >
153
159
< img slot ="title " class ="applogo " src =${ this . appLogo } alt =${ this . appLogoAlt } style="width:50px">
154
160
< div slot ="title " main-title =""> ${ this . title } </ div >
You can’t perform that action at this time.
0 commit comments