Skip to content

Commit

Permalink
gui: very slight adjustment to message/speech bubble padding
Browse files Browse the repository at this point in the history
  • Loading branch information
redshiftzero authored and sssoleileraaa committed Apr 27, 2020
1 parent 35f66b4 commit 2cce27d
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 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: 500px;
max-width: 500px;
min-width: 508px;
max-width: 508px;
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: 500px;
max-width: 500px;
min-width: 508px;
max-width: 508px;
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: 500px;
max-width: 500px;
min-width: 508px;
max-width: 508px;
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: 500px;
max-width: 500px;
min-width: 508px;
max-width: 508px;
font-family: 'Source Sans Pro';
font-weight: 400;
font-size: 15px;
Expand All @@ -2105,6 +2105,8 @@ class ReplyWidget(SpeechBubble):
border: 0px;
""",
"message": """
min-width: 508px;
max-width: 508px;
font-family: 'Source Sans Pro';
font-weight: 400;
font-size: 15px;
Expand Down

0 comments on commit 2cce27d

Please sign in to comment.