diff --git a/static/css/quay.css b/static/css/quay.css index e62666b73..268e9bc4c 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -2516,6 +2516,14 @@ p.editable:hover i { margin-right: 5px; } +.repo-list-sidebar .button-bar-right { + margin-bottom: 20px; +} + +.repo-list-sidebar .panel .panel-body .fa-gear { + float: right; +} + .repo-list .button-bar-right { float: right; }