Skip to content
Snippets Groups Projects
Commit 9c774c97 authored by Pegane Nestor's avatar Pegane Nestor
Browse files

FEAT #8188 css fix

parent 01296811
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
<button mat-button>
<mat-icon class="maarchLogo" [svgIcon]="mobileQuery.matches ? 'maarchLogoOnly' : 'maarchLogo'"></mat-icon>
</button>
<h1 class="admin-toolbar-title text-center" style="color:white;font:500 20px/32px Roboto,'Helvetica Neue',sans-serif;top:auto;left:auto;position:relative;">{{lang.missingAdvertTitle}}
<h1 class="admin-toolbar-title text-center" >{{lang.missingAdvertTitle}}
</h1>
<span style="flex: 1 1 auto;"></span>
<menu-top></menu-top>
......
This diff is collapsed.
......@@ -5,6 +5,7 @@ import { NotificationService } from './notification.service';
import { LANG } from './translate.component';
declare var angularGlobals: any;
declare function $j(selector: any): any;
@Component({
templateUrl: "../../../Views/activate-user.component.html",
......@@ -22,6 +23,7 @@ export class ActivateUserComponent implements OnInit {
constructor( media: MediaMatcher, changeDetectorRef: ChangeDetectorRef, public http: HttpClient, private notify: NotificationService){
$j("link[href='merged_css.php']").remove();
this.mobileQuery = media.matchMedia('(max-width: 768px)');
this._mobileQueryListener = () => changeDetectorRef.detectChanges();
this.mobileQuery.addListener(this._mobileQueryListener);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment