提交 d0bfc65d 编写于 作者: K Kushal Pandya

Update styles to fix SVG caret alignment

上级 97890033
...@@ -346,6 +346,10 @@ ul.indent-list { ...@@ -346,6 +346,10 @@ ul.indent-list {
.folder-caret { .folder-caret {
width: 15px; width: 15px;
svg {
margin-bottom: 2px;
}
} }
.item-type-icon { .item-type-icon {
...@@ -354,7 +358,7 @@ ul.indent-list { ...@@ -354,7 +358,7 @@ ul.indent-list {
} }
> .group-row:not(.has-children) { > .group-row:not(.has-children) {
.folder-caret .fa { .folder-caret {
opacity: 0; opacity: 0;
} }
} }
...@@ -437,6 +441,7 @@ ul.indent-list { ...@@ -437,6 +441,7 @@ ul.indent-list {
.avatar-container > a { .avatar-container > a {
width: 100%; width: 100%;
text-decoration: none;
} }
&.has-more-items { &.has-more-items {
...@@ -451,6 +456,7 @@ ul.indent-list { ...@@ -451,6 +456,7 @@ ul.indent-list {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
height: 16px; height: 16px;
min-width: 30px;
} }
.stat-value { .stat-value {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册