mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 19:31:21 +01:00
UI fix
This commit is contained in:
parent
b92cac7038
commit
e3eea745f4
2 changed files with 4 additions and 2 deletions
|
@ -728,7 +728,6 @@ ol.linenums {
|
|||
}
|
||||
#dashboard {
|
||||
padding: 24px 0;
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
#dashboard-sidebar .panel-header h4 {
|
||||
margin: 0;
|
||||
|
@ -894,6 +893,9 @@ ol.linenums {
|
|||
#dashboard-switch-menu > li.checked > a .octicon {
|
||||
opacity: 1;
|
||||
}
|
||||
#dashboard-news {
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
#dashboard-news .news {
|
||||
margin-right: 2.4em;
|
||||
padding-bottom: 1em;
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
}
|
||||
#dashboard {
|
||||
padding: 24px 0;
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
// dashboard sidebar contains contributed repositories panel,
|
||||
// and my repositories panel
|
||||
|
@ -219,6 +218,7 @@
|
|||
border-bottom-right-radius: .3em;
|
||||
}
|
||||
#dashboard-news {
|
||||
padding-bottom: 60px;
|
||||
.news {
|
||||
margin-right: 2.4em;
|
||||
.mega-octicon {
|
||||
|
|
Loading…
Reference in a new issue