small ui fixes
Msrc/styles/components.css
| @@ -1197,9 +1197,10 @@ | |||
|---|---|---|---|
| 1197 | 1197 | width: 100%; | |
| 1198 | 1198 | } | |
| 1199 | 1199 | .danger-form .confirm-popup { | |
| 1200 | - | left: calc(100% + var(--space-2)); | |
| 1200 | + | left: 0; | |
| 1201 | 1201 | right: auto; | |
| 1202 | - | top: 0; | |
| 1202 | + | top: auto; | |
| 1203 | + | bottom: calc(100% + var(--space-1)); | |
| 1203 | 1204 | } | |
| 1204 | 1205 | .btn-danger { | |
| 1205 | 1206 | background: var(--color-danger); | |
Msrc/views/ci/CiHistory.tsx
| @@ -154,7 +154,7 @@ export function CiHistory({ | |||
|---|---|---|---|
| 154 | 154 | <div class="list-header"> | |
| 155 | 155 | <h2 class="list-heading">Pipelines</h2> | |
| 156 | 156 | {user?.isAdmin && ( | |
| 157 | - | <div class="ci-history-actions"> | |
| 157 | + | <div class="list-header-actions"> | |
| 158 | 158 | <form | |
| 159 | 159 | method="POST" | |
| 160 | 160 | action={`/${repo.name}/ci/purge-cache`} | |