small ui fixes

AuthorKonata <konata@posteo.jp>
Date
Commit1b49a3d2760ef8cb7e9fdfb1c6f39d0209fbc6eb
Parentfc861da
2 files changed, 4 insertions(+), 3 deletions(-)
Msrc/styles/components.css
@@ -1197,9 +1197,10 @@
11971197 width: 100%;
11981198 }
11991199 .danger-form .confirm-popup {
1200- left: calc(100% + var(--space-2));
1200+ left: 0;
12011201 right: auto;
1202- top: 0;
1202+ top: auto;
1203+ bottom: calc(100% + var(--space-1));
12031204 }
12041205 .btn-danger {
12051206 background: var(--color-danger);
Msrc/views/ci/CiHistory.tsx
@@ -154,7 +154,7 @@ export function CiHistory({
154154 <div class="list-header">
155155 <h2 class="list-heading">Pipelines</h2>
156156 {user?.isAdmin && (
157- <div class="ci-history-actions">
157+ <div class="list-header-actions">
158158 <form
159159 method="POST"
160160 action={`/${repo.name}/ci/purge-cache`}