Skip to content

Commit

Permalink
Increase space around speech bubble message box
Browse files Browse the repository at this point in the history
  • Loading branch information
rmol authored and sssoleileraaa committed Apr 27, 2020
1 parent ce7e6f3 commit 35f66b4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions securedrop_client/gui/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1896,8 +1896,8 @@ class SpeechBubble(QWidget):
background-color: #fff;
""",
"message": """
min-width: 520px;
max-width: 520px;
min-width: 500px;
max-width: 500px;
font-family: 'Source Sans Pro';
font-weight: 400;
font-size: 15px;
Expand All @@ -1919,8 +1919,8 @@ class SpeechBubble(QWidget):
background-color: #fff;
""",
"message": """
min-width: 520px;
max-width: 520px;
min-width: 500px;
max-width: 500px;
font-family: 'Source Sans Pro';
font-weight: 400;
font-size: 15px;
Expand Down Expand Up @@ -2050,8 +2050,8 @@ class ReplyWidget(SpeechBubble):
border: 0px;
""",
"message": """
min-width: 520px;
max-width: 520px;
min-width: 500px;
max-width: 500px;
font-family: 'Source Sans Pro';
font-weight: 400;
font-size: 15px;
Expand Down Expand Up @@ -2081,8 +2081,8 @@ class ReplyWidget(SpeechBubble):
border: 0px;
""",
"message": """
min-width: 520px;
max-width: 520px;
min-width: 500px;
max-width: 500px;
font-family: 'Source Sans Pro';
font-weight: 400;
font-size: 15px;
Expand Down

0 comments on commit 35f66b4

Please sign in to comment.