diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-06-26 02:07:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-26 03:07:15 +0300 |
commit | 0ea479561d758b2df51a4719379d32f3d096f590 (patch) | |
tree | c0975bdcace775b28e37cc4be80e5d995dd4bc1b /web_src/less/_base.less | |
parent | 6764daf7e5a5c485d991fc8030c3c97eab3d1792 (diff) | |
download | gitea-0ea479561d758b2df51a4719379d32f3d096f590.tar.gz gitea-0ea479561d758b2df51a4719379d32f3d096f590.zip |
Add org avatar on top of internal repo icon (#11895)
* Add org avatar on top of internal repo icon
* add color for arc-green
* use wrapper div to avoid negative margins
* rename class and move div
* move div to icon tmpl
* remove unnecessary margin for lock octicon
* fix label align together with #11891
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'web_src/less/_base.less')
-rw-r--r-- | web_src/less/_base.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web_src/less/_base.less b/web_src/less/_base.less index 0f4f8bcd6d..4afa95d7fa 100644 --- a/web_src/less/_base.less +++ b/web_src/less/_base.less @@ -1317,3 +1317,7 @@ table th[data-sortt-desc] { .ui.secondary.pointing.menu .item { padding: 12px; } + +.ui.header > .ui.label.compact { + margin-top: inherit; +} |