We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1785561 commit 4efaf8eCopy full SHA for 4efaf8e
public/css/gogs.css
@@ -2741,6 +2741,10 @@ footer .ui.language .menu {
2741
.dashboard.issues .ui.right .head.menu .item.active {
2742
color: #d9453d;
2743
}
2744
+.feeds .news > .ui.grid {
2745
+ margin-left: auto;
2746
+ margin-right: auto;
2747
+}
2748
.feeds .news .ui.avatar {
2749
margin-top: 13px;
2750
public/less/_dashboard.less
@@ -52,6 +52,10 @@
52
53
&.feeds {
54
.news {
55
+ > .ui.grid {
56
57
58
+ }
59
.ui.avatar {
60
61
0 commit comments