File tree 4 files changed +15
-20
lines changed
4 files changed +15
-20
lines changed Original file line number Diff line number Diff line change 8
8
9
9
## 🐞 Fix
10
10
11
- - 修复侧边栏协议对齐
11
+ - 修复侧边栏协议对齐
12
+ - 修复克隆面板按钮弹跳
13
+ - 修复仓库/用户/组织标签风格不统一
Original file line number Diff line number Diff line change 14
14
15
15
// clone 下拉菜单
16
16
.tippy-box {
17
- margin-top : -6 px ;
17
+ margin-top : -3 px ;
18
18
background : var (--color-box-header );
19
19
border-radius : 12px ;
20
20
overflow : hidden ;
36
36
37
37
button {
38
38
padding : 15px 12px ;
39
+ transition : none ;
39
40
}
40
41
41
- .active {
42
- border-color : #f78166 ;
42
+ .item. active {
43
+ border-bottom : 2 px solid #f78166 ;
43
44
}
44
45
}
45
46
Original file line number Diff line number Diff line change @@ -9,14 +9,12 @@ a.ui.basic.label:hover {
9
9
border-color : var (--color-light-border );
10
10
}
11
11
12
- .ui.basic.label.not-mobile ,
13
- .ui.basic.label.role-label ,
14
- .page-content.dashboard.feeds .ui.basic.label ,
15
- .page-content.explore .ui.basic.label ,
16
- .page-content.organization .ui.basic.label ,
17
- .admin-setting-content .ui.basic.label {
18
- border-radius : 25px ;
19
- background-color : unset ;
12
+ span ,
13
+ .secondary-nav .org-visibility div {
14
+ & .ui.basic.label {
15
+ border-radius : 25px ;
16
+ background-color : unset ;
17
+ }
20
18
}
21
19
22
20
.badge.tw-bg-green ,
Original file line number Diff line number Diff line change 41
41
}
42
42
43
43
& .muted :not (.tw-font-normal ) {
44
- font-weight : bold ;
44
+ font-weight : 600 ;
45
45
}
46
46
}
47
47
}
110
110
111
111
// clone 按钮居中调整
112
112
.repo-button-row .repo-button-row-right .ui.primary.button span {
113
- display : flex ;
114
- align-items : center ;
115
- justify-content : center ;
116
-
117
- svg {
118
- margin-right : 0.5rem ;
119
- }
113
+ margin : 0px 3px ;
120
114
}
121
115
122
116
.repo-file-line {
You can’t perform that action at this time.
0 commit comments