mirror of
https://github.com/dkmstr/openuds-gui.git
synced 2025-03-12 08:58:21 +03:00
fixed navbar
This commit is contained in:
parent
595ba37f01
commit
ffc16da689
@ -15,7 +15,8 @@
|
||||
/*margin-left: 0.3rem;*/
|
||||
}
|
||||
|
||||
.udsicon {
|
||||
.logo > img {
|
||||
display: block;
|
||||
width: 2rem;
|
||||
}
|
||||
|
||||
|
@ -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 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user