mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-19 08:20:13 +00:00
some ui details fix
This commit is contained in:
parent
1aa12c7452
commit
cb2da7bf2c
3 changed files with 24 additions and 10 deletions
|
@ -17,6 +17,12 @@
|
|||
> li {
|
||||
padding: 12px 6px;
|
||||
}
|
||||
> li.drop{
|
||||
margin-left: -22px;
|
||||
&:hover a {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
> li.right {
|
||||
> a {
|
||||
font-size: 1.2em;
|
||||
|
@ -126,7 +132,7 @@
|
|||
.repo-contrib-header {
|
||||
border-top: 1px solid #d6d6d6;
|
||||
}
|
||||
.panel-header{
|
||||
.panel-header {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
@ -173,6 +179,7 @@
|
|||
max-width: 300px;
|
||||
> .drop-down {
|
||||
top: 56px;
|
||||
left: 22px;
|
||||
}
|
||||
li {
|
||||
white-space: nowrap;
|
||||
|
@ -221,14 +228,14 @@
|
|||
border-bottom-right-radius: .3em;
|
||||
}
|
||||
#dashboard-news {
|
||||
padding-bottom: 60px;
|
||||
padding-bottom: 60px;
|
||||
.news {
|
||||
margin-right: 2.4em;
|
||||
.mega-octicon {
|
||||
color: #CCC;
|
||||
}
|
||||
.avatar {
|
||||
margin: 0 1.2em;
|
||||
margin-right: 1.2em;
|
||||
}
|
||||
.news-content,
|
||||
.news-time {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue