summaryrefslogtreecommitdiff
path: root/onionshare
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-01-28 20:30:05 -0800
committerMicah Lee <micah@micahflee.com>2019-01-28 20:30:05 -0800
commit2a949802d223860b34886fc26b94575378ad8d67 (patch)
treee8db7c04f6d202fb0ef0d479154d83aeecb91f27 /onionshare
parentd986a348fd1987bb272f3016a777cd297cc74f8f (diff)
downloadonionshare-2a949802d223860b34886fc26b94575378ad8d67.tar.gz
onionshare-2a949802d223860b34886fc26b94575378ad8d67.zip
Separete onion settings into their own group, and remove css that was breaking the look of the "Copy HidServAuth" button
Diffstat (limited to 'onionshare')
-rw-r--r--onionshare/common.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/onionshare/common.py b/onionshare/common.py
index 49c69ab5..fcb9ca6d 100644
--- a/onionshare/common.py
+++ b/onionshare/common.py
@@ -398,13 +398,6 @@ class Common(object):
'settings_connect_to_tor': """
QLabel {
font-style: italic;
- }""",
-
- # For some reason, this prevents extra padding around the v2 onion
- # settings when viewing in macOS
- 'settings_onion_settings': """
- QWidget {
- border: 0;
}"""
}