diff options
author | Unknwon <u@gogs.io> | 2018-06-17 22:18:41 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-06-17 22:18:41 +0800 |
commit | 376a629c9f99893f341e76163e9b61273dd32c28 (patch) | |
tree | 4e3e1320c19d73c2282ff82c8d6aafb569ed9d87 /public/less | |
parent | 303fa37b608a4925f5a0137c89e20a906b3d9fdb (diff) |
repo: add changes to repository avatar feature (#5221)
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_base.less | 4 | ||||
-rw-r--r-- | public/less/_dashboard.less | 12 |
2 files changed, 5 insertions, 11 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index 1f3b0c88..4f4c1ed5 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -388,6 +388,10 @@ footer { text-align: center; } +.no-padding-left { + padding-left: 0 !important; +} + .generate-img(16); .generate-img(@n, @i: 1) when (@i =< @n) { .img-@{i} { diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less index 688a023b..f00a271a 100644 --- a/public/less/_dashboard.less +++ b/public/less/_dashboard.less @@ -143,27 +143,17 @@ max-width: 70%; margin-bottom: -4px; } - .ui.micro.image { - width: 16px; - height: auto; - display: inline-block; - } } #collaborative-repo-list { .owner-and-repo { - max-width: 75%; + max-width: 80%; margin-bottom: -5px; } .owner-name { max-width: 120px; margin-bottom: -5px; } - .ui.micro.image { - width: 16px; - height: auto; - display: inline-block; - } } } } |