File tree Expand file tree Collapse file tree
src/CodeBreaker.Blazor.Client/Shared Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88<AuthorizeView >
99 <Authorized >
10- @Loc ["Auth_TextBeforeUsername"] @context.User.Identity ?.Name
10+ < span id = " text-before-username " > @Loc ["Auth_TextBeforeUsername"]</ span > @context.User.Identity ?.Name
1111 <FluentSpacer Width =" 20" />
1212 <FluentButton Appearance =" Appearance.Stealth" OnClick =" Logout" IconStart =" new Icons.Regular.Size20.SignOut()" >
1313 @Loc ["Auth_Signout"]
Original file line number Diff line number Diff line change 1+ @media only screen and (max-width : 400px ) {
2+ # text-before-username {
3+ display : none;
4+ }
5+ }
Original file line number Diff line number Diff line change 33
44<FluentMainLayout >
55 <Header >
6- <h1 >@( $" { Loc [" Index_Welcome" ]} { Loc [" AppDisplayName" ]} " ) </h1 >
6+ <h1 >< span id = " welcome-message " > @ Loc ["Index_Welcome"]</ span > @ Loc ["AppDisplayName"]</h1 >
77 <FluentSpacer />
88 <LoginDisplay />
99 </Header >
Original file line number Diff line number Diff line change 1+ h1 {
2+ font-size : 1.5em ;
3+ margin : 0 ;
4+ }
5+
6+ @media only screen and (max-width : 600px ) {
7+ # welcome-message {
8+ display : none;
9+ }
10+ }
You can’t perform that action at this time.
0 commit comments