mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
feat(ui/sidebar): support custom logos [EE-3753] (#7436)
* feat(ui/sidebar): show right logos
This commit is contained in:
parent
a750259a2c
commit
92b7e64689
16 changed files with 469 additions and 172 deletions
5
app/react/sidebar/Header.module.css
Normal file
5
app/react/sidebar/Header.module.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
.logo {
|
||||
display: inline;
|
||||
max-height: 55px;
|
||||
max-width: min(100%, 230px);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue