mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
feat: vertical align node item
This commit is contained in:
parent
89e3f24e29
commit
a353b58e20
1 changed files with 3 additions and 2 deletions
|
|
@ -357,7 +357,7 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header-
|
|||
justify-content: space-between;
|
||||
margin: 0;
|
||||
color: $blue;
|
||||
line-height: 20px;
|
||||
line-height: 18px;
|
||||
padding: 8px 10px;
|
||||
cursor: pointer;
|
||||
border-bottom: 1px solid $border-gray-light;
|
||||
|
|
@ -375,7 +375,8 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header-
|
|||
|
||||
&-type-icon {
|
||||
margin-right: 4px;
|
||||
@include icon-size();
|
||||
width: 16px;
|
||||
// not specify height here, it'll break vertical alignment
|
||||
|
||||
& + .octicon-wrapper,
|
||||
& + .node-item-icon {
|
||||
|
|
|
|||
Loading…
Reference in a new issue