Change button style

This commit is contained in:
cuom1999 2022-08-20 11:18:28 -05:00
parent af670f7437
commit f5234dde56
12 changed files with 189 additions and 163 deletions

View file

@ -60,7 +60,6 @@
a {
margin-right: 5px;
display: inline-block;
padding: 3px 10px;
vertical-align: middle;
}
@ -308,6 +307,7 @@ ul.problem-list {
border-radius: 5px;
margin-bottom: 1em;
display: flex;
justify-content: space-between;
}
.problem-feed-option-item {