diff --git a/front/core/components/list/style.scss b/front/core/components/list/style.scss index fdadf460bf..526836bd38 100644 --- a/front/core/components/list/style.scss +++ b/front/core/components/list/style.scss @@ -84,7 +84,12 @@ vn-item, flex: none; align-items: center; - & > .vn-button { + & > vn-icon { + height: 36px; + font: inherit; + } + + & > .vn-button, & > vn-icon { opacity: .4; margin-left: 8px; transition: opacity 250ms ease-out; diff --git a/modules/client/front/index/index.html b/modules/client/front/index/index.html index a501b68cf8..6a64954aa3 100644 --- a/modules/client/front/index/index.html +++ b/modules/client/front/index/index.html @@ -32,6 +32,14 @@ + + + +