aboutsummaryrefslogtreecommitdiffstats
path: root/src/features
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-08 19:30:55 +0530
committerLibravatar GitHub <noreply@github.com>2021-05-08 16:00:55 +0200
commitd16807c4935e961b6a087bf20412299ef1a7b46c (patch)
tree24c9acb36fe2a43addc8affa6e84b74f66daa844 /src/features
parentdocs: add jakobsudau as a contributor (#1371) (diff)
downloadferdium-app-d16807c4935e961b6a087bf20412299ef1a7b46c.tar.gz
ferdium-app-d16807c4935e961b6a087bf20412299ef1a7b46c.tar.zst
ferdium-app-d16807c4935e961b6a087bf20412299ef1a7b46c.zip
Franz catchups to version 5.6.0 that are not related to macOS (#1372)
* Fix browser control icons in dark mode * Upgraded 'electron-builder' * Added missing system-dependencies for development of ferdi on linux * Fix crashes on navigation changes/reloads
Diffstat (limited to 'src/features')
-rw-r--r--src/features/webControls/components/WebControls.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/webControls/components/WebControls.js b/src/features/webControls/components/WebControls.js
index c6331073b..b9403bd0d 100644
--- a/src/features/webControls/components/WebControls.js
+++ b/src/features/webControls/components/WebControls.js
@@ -65,6 +65,7 @@ const styles = theme => ({
65 width: '20px !important', 65 width: '20px !important',
66 height: 20, 66 height: 20,
67 marginTop: 5, 67 marginTop: 5,
68 color: theme.colorText,
68 }, 69 },
69 input: { 70 input: {
70 marginBottom: 0, 71 marginBottom: 0,