mirror of
https://github.com/dkmstr/openuds-gui.git
synced 2025-03-11 04:58:21 +03:00
refactor: Update logo display in navbar component
This commit is contained in:
parent
f7ca133cf5
commit
06b3354a11
22707
package-lock.json
generated
Normal file
22707
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -41,7 +41,7 @@
|
||||
<button mat-button routerLink="/">
|
||||
<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}}
|
||||
{{api.config.site_logo_name}}
|
||||
</div>
|
||||
</button>
|
||||
|
||||
|
@ -18,9 +18,14 @@
|
||||
/*margin-left: 0.3rem;*/
|
||||
}
|
||||
|
||||
.logo > img {
|
||||
display: block;
|
||||
.logo {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.logo img {
|
||||
width: 2rem;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
|
||||
/* responsive part */
|
||||
|
Loading…
x
Reference in New Issue
Block a user