mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 21:05:23 +02:00
feat(ui): new logo size
This commit is contained in:
parent
91f3b1f138
commit
abfa921b7a
1 changed files with 5 additions and 2 deletions
|
@ -116,8 +116,11 @@
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
display: inline;
|
display: inline;
|
||||||
width: 110px;
|
width: 100%;
|
||||||
max-height: 38px;
|
max-width: 160px;
|
||||||
|
height: 100%;
|
||||||
|
max-height: 55px;
|
||||||
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.containerNameInput {
|
.containerNameInput {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue