Skip to content

Commit 118abbb

Browse files
committed
fix: resize icons, closes horde/imp#47
1 parent de5d885 commit 118abbb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

themes/default/screen.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,10 @@ div.prefsContainer input.checkbox {
962962
vertical-align: middle;
963963
}
964964
img.prefsLinkImg {
965-
padding-right: 1px;
965+
height: 16px;
966+
padding-right: 3px;
967+
vertical-align: middle;
968+
width: 16px;
966969
}
967970
span.prefsAdvanced {
968971
padding: 6px 10px 0 0;

0 commit comments

Comments
 (0)