Skip to content

Commit

Permalink
Made comment boxes slightly wider.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Danish committed May 8, 2021
1 parent 8f77595 commit ffa087e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app-web/components/MEMEStyles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -532,14 +532,14 @@ const styles = theme => {
backgroundColor: 'rgba(255,255,0,0.5)',
margin: '5px',
padding: '5px 10px',
width: '325px'
width: '425px'
},
stickynoteCardRead: {
color: m_systemTextColor,
backgroundColor: m_stickynoteColor,
margin: '5px',
padding: '5px 10px',
width: '325px'
width: '425px'
},
stickynoteIcon: {
color: m_stickynoteIconColor
Expand Down

0 comments on commit ffa087e

Please sign in to comment.