mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
override top value for theme
This commit is contained in:
parent
315fda47d1
commit
73e752ac0f
|
@ -607,6 +607,9 @@ a.logo {
|
|||
.el-menu-item.updates {
|
||||
color: $--sidebar-inactive-color;
|
||||
font-size: 13px;
|
||||
.item-title-root {
|
||||
top: 0 !important;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $--sidebar-active-color;
|
||||
|
|
Loading…
Reference in a new issue