mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
pull request ui review, change sidebar
This commit is contained in:
@@ -126,6 +126,35 @@
|
||||
margin-right: 6px;
|
||||
}
|
||||
}
|
||||
#repo-sidebar-mini {
|
||||
margin-top: 6px;
|
||||
width: 60px;
|
||||
li {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
li > a {
|
||||
position: relative;
|
||||
> i.octicon{
|
||||
font-size: 21px;
|
||||
}
|
||||
}
|
||||
.num{
|
||||
position: absolute;
|
||||
font-size: 12px;
|
||||
top:0;
|
||||
left: 40px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
border-radius: 4px;
|
||||
opacity: 0.7;
|
||||
-webkit-transform: scale(0.85);
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
#repo-file-nav {
|
||||
padding: .6em 0 1em 0;
|
||||
> li > a {
|
||||
|
Reference in New Issue
Block a user