Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit cba8f64

Browse files
committed
Make large thumbnail square, apply smaller size only in transactions view.
1 parent 75e5ce6 commit cba8f64

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css/obBase.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,11 +1140,16 @@ label.fieldItem {
11401140
border-radius: 0;
11411141
border-top-left-radius: 3px;
11421142
border-top-right-radius: 3px;
1143-
height: 76px;
1143+
height: 80px;
11441144
width: 80px;
11451145
transition: all .1s cubic-bezier(0, 0, 0.5, 1);
11461146
}
11471147

1148+
.transactionsView .thumbnail-large {
1149+
height: 76px;
1150+
width: 76px;
1151+
}
1152+
11481153
.thumbnail-large .userPageEditBtn {
11491154
display: none;
11501155
margin: auto;

0 commit comments

Comments
 (0)