Skip to content

Commit aec691a

Browse files
committed
fix: keep theme action buttons compact
1 parent 99a963a commit aec691a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/styles/global.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,11 @@ select {
401401

402402
.theme-actions,
403403
.detail-actions {
404+
align-self: start;
404405
display: flex;
405406
flex-wrap: wrap;
406407
gap: 10px;
408+
align-items: center;
407409
}
408410

409411
.theme-actions a:first-child,

0 commit comments

Comments
 (0)