Skip to content

Commit

Permalink
ombi button adjustment.
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Jan 7, 2020
1 parent c95bd48 commit 896bf2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CSS/themes/ombi/ombi-base.css
Expand Up @@ -279,7 +279,7 @@ i.fa.fa-minus, i.fa.fa-plus {
background: rgba(255, 255, 255, 0.35);
font-size: 12px;
height: 29.45px;
width: 137.28px;
min-width: 137.28px;
padding: 5px 10px;
text-align: center !important;

Expand All @@ -298,6 +298,7 @@ i.fa.fa-minus, i.fa.fa-plus {
text-transform: uppercase;
text-align: center !important;
height: 29.45px;
min-width: fit-content;
font-size: 12px;
padding: 5px 10px;
}
Expand Down

0 comments on commit 896bf2c

Please sign in to comment.