Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #13605 from NejcZdovc/hotfix/#13582-css
Browse files Browse the repository at this point in the history
Fixes overlay for corrupted wallet
  • Loading branch information
bsclifton committed Mar 26, 2018
2 parents 8bb7e77 + 4538cb3 commit e942b30
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/renderer/components/preferences/payment/enabledContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ const styles = StyleSheet.create({
zIndex: 3,
top: 0,
left: 0,
width: '100%',
width: 'calc(100% - 4px)',
minHeight: '159px',
background: '#f3f3f3',
borderRadius: '8px',
Expand Down Expand Up @@ -589,6 +589,12 @@ const styles = StyleSheet.create({
padding: '5px 5px 5px 0'
},

enabledContent__overlay_buttons: {
marginTop: '10px',
gridTemplateColumns: '1fr 1fr',
display: 'grid'
},

enabledContent__overlay_buttons_left: {
marginLeft: 0
},
Expand All @@ -605,6 +611,8 @@ const styles = StyleSheet.create({
color: '#5f5f5f',
fontSize: '16px',
textDecoration: 'none',
position: 'relative',
top: '4px',

':hover': {
textDecoration: 'underline'
Expand Down

0 comments on commit e942b30

Please sign in to comment.