From 2cce27dca617a8637d4755ea1df0f74669666b37 Mon Sep 17 00:00:00 2001 From: redshiftzero Date: Mon, 27 Apr 2020 17:48:18 -0400 Subject: [PATCH] gui: very slight adjustment to message/speech bubble padding --- securedrop_client/gui/widgets.py | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/securedrop_client/gui/widgets.py b/securedrop_client/gui/widgets.py index 70f26576d..ebb3ff1b2 100644 --- a/securedrop_client/gui/widgets.py +++ b/securedrop_client/gui/widgets.py @@ -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; @@ -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; @@ -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; @@ -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; @@ -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;