Skip to content

Commit c052e2d

Browse files
committed
gui: very slight adjustment to message/speech bubble padding
1 parent 13be3d5 commit c052e2d

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

securedrop_client/gui/widgets.py

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,8 +1896,8 @@ class SpeechBubble(QWidget):
18961896
background-color: #fff;
18971897
""",
18981898
"message": """
1899-
min-width: 500px;
1900-
max-width: 500px;
1899+
min-width: 508px;
1900+
max-width: 508px;
19011901
font-family: 'Source Sans Pro';
19021902
font-weight: 400;
19031903
font-size: 15px;
@@ -1919,8 +1919,8 @@ class SpeechBubble(QWidget):
19191919
background-color: #fff;
19201920
""",
19211921
"message": """
1922-
min-width: 500px;
1923-
max-width: 500px;
1922+
min-width: 508px;
1923+
max-width: 508px;
19241924
font-family: 'Source Sans Pro';
19251925
font-weight: 400;
19261926
font-size: 15px;
@@ -2050,8 +2050,8 @@ class ReplyWidget(SpeechBubble):
20502050
border: 0px;
20512051
""",
20522052
"message": """
2053-
min-width: 500px;
2054-
max-width: 500px;
2053+
min-width: 508px;
2054+
max-width: 508px;
20552055
font-family: 'Source Sans Pro';
20562056
font-weight: 400;
20572057
font-size: 15px;
@@ -2081,8 +2081,8 @@ class ReplyWidget(SpeechBubble):
20812081
border: 0px;
20822082
""",
20832083
"message": """
2084-
min-width: 500px;
2085-
max-width: 500px;
2084+
min-width: 508px;
2085+
max-width: 508px;
20862086
font-family: 'Source Sans Pro';
20872087
font-weight: 400;
20882088
font-size: 15px;
@@ -2105,6 +2105,8 @@ class ReplyWidget(SpeechBubble):
21052105
border: 0px;
21062106
""",
21072107
"message": """
2108+
min-width: 508px;
2109+
max-width: 508px;
21082110
font-family: 'Source Sans Pro';
21092111
font-weight: 400;
21102112
font-size: 15px;

0 commit comments

Comments
 (0)