1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2024-10-26 08:55:23 +03:00

fixed navbar

This commit is contained in:
Adolfo Gómez García 2023-01-11 13:32:25 +01:00
parent 595ba37f01
commit ffc16da689
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23
2 changed files with 6 additions and 3 deletions

View File

@ -15,7 +15,8 @@
/*margin-left: 0.3rem;*/
}
.udsicon {
.logo > img {
display: block;
width: 2rem;
}

View File

@ -39,8 +39,10 @@
<mat-toolbar color="primary" class="uds-nav">
<button mat-button routerLink="/">
<img alt="Universal Desktop Services" [src]="api.staticURL('modern/img/udsicon.png')" class="udsicon">
{{api.config.site_logo_name}}
<div class="logo">
<img alt="Universal Desktop Services" [src]="api.staticURL('modern/img/udsicon.png')" >
{{api.config.site_logo_name === 'UDS' ? '' : api.config.site_logo_name}}
</div>
</button>
<!-- This fills the remaining space of the current row -->