mirror of
https://github.com/go-gitea/gitea
synced 2025-08-03 16:18:36 +00:00
This commit is contained in:
@@ -391,6 +391,8 @@ footer .ui.left,footer .ui.right{line-height:40px}
|
||||
.repository .repo-header .ui.header{margin-top:0}
|
||||
.repository .repo-header .mega-octicon{width:30px;font-size:30px}
|
||||
.repository .repo-header .ui.huge.breadcrumb{font-weight:400;font-size:1.5rem}
|
||||
.repository .repo-header .ui.huge.breadcrumb i.mega-octicon{position:relative;top:5px}
|
||||
.repository .repo-header .ui.huge.breadcrumb i.octicon-lock{margin-left:5px}
|
||||
.repository .repo-header .fork-flag{margin-left:36px;margin-top:3px;display:block;font-size:12px;white-space:nowrap}
|
||||
.repository .repo-header .octicon.octicon-repo-forked{margin-top:-1px;font-size:15px}
|
||||
.repository .repo-header .button{margin-top:2px;margin-bottom:2px}
|
||||
|
@@ -20,6 +20,15 @@
|
||||
.ui.huge.breadcrumb {
|
||||
font-weight: 400;
|
||||
font-size: 1.5rem;
|
||||
|
||||
i.mega-octicon {
|
||||
position: relative;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
i.octicon-lock {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.fork-flag {
|
||||
|
Reference in New Issue
Block a user