Skip to content

Commit

Permalink
Merge pull request #1323 from yanCode/fix/prompt-list-style
Browse files Browse the repository at this point in the history
fix: styles on .user-prompt-buttons
  • Loading branch information
Yidadaa authored May 8, 2023
2 parents 24cd905 + 9bcfe64 commit 4a17dca
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions app/components/settings.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,13 @@
.user-prompt-buttons {
display: flex;
align-items: center;
column-gap: 2px;

.user-prompt-button {
height: 100%;

&:not(:last-child) {
margin-right: 5px;
}
//height: 100%;
padding: 7px;
}
}
}
}

.user-prompt-actions {
}
}

0 comments on commit 4a17dca

Please sign in to comment.