Skip to content

Commit 4efaf8e

Browse files
DanielOaksunknwon
authored andcommitted
Fix repo list display on Safari (#3569)
1 parent 1785561 commit 4efaf8e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

public/css/gogs.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2741,6 +2741,10 @@ footer .ui.language .menu {
27412741
.dashboard.issues .ui.right .head.menu .item.active {
27422742
color: #d9453d;
27432743
}
2744+
.feeds .news > .ui.grid {
2745+
margin-left: auto;
2746+
margin-right: auto;
2747+
}
27442748
.feeds .news .ui.avatar {
27452749
margin-top: 13px;
27462750
}

public/less/_dashboard.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252

5353
&.feeds {
5454
.news {
55+
> .ui.grid {
56+
margin-left: auto;
57+
margin-right: auto;
58+
}
5559
.ui.avatar {
5660
margin-top: 13px;
5761
}

0 commit comments

Comments
 (0)