style fixes

This commit is contained in:
Edward Tirado Jr 2026-04-20 15:17:33 -05:00
parent b782494de7
commit bda565f8c9
2 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@ button {
padding: .5rem 1rem;
border: none;
border-radius: 0 4px 4px 0;
cursor: pointer;
}
input {

View file

@ -179,12 +179,12 @@ select {
display: flex;
justify-content: space-between;
padding-bottom: 1rem;
cursor: pointer;
}
.settings-header > div {
display: flex;
align-items: center;
cursor: pointer;
}
.settings-list {