Removing 4px of padding in the preview ImageArea (#3446)
This commit is contained in:
@@ -142,12 +142,13 @@ grid separator.vertical, box separator.vertical {
|
|||||||
#BeforeAfterContainer frame {
|
#BeforeAfterContainer frame {
|
||||||
background-color: #262626;
|
background-color: #262626;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 2px;
|
margin: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#BeforeAfterContainer frame border {
|
#BeforeAfterContainer frame border {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding: 4px;
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user