aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/todos/components/TodosWebview.js
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-10-04 15:27:40 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-10-04 15:27:40 +0700
commitd8d5df6e72163b00e035f729b1013a957fed2321 (patch)
treeee0993c8b3d1ddb551aafa71b1e6bf932500ef3d /src/features/todos/components/TodosWebview.js
parentBetter handling for user data path (#100) (diff)
parentFix lint (diff)
downloadferdium-app-d8d5df6e72163b00e035f729b1013a957fed2321.tar.gz
ferdium-app-d8d5df6e72163b00e035f729b1013a957fed2321.tar.zst
ferdium-app-d8d5df6e72163b00e035f729b1013a957fed2321.zip
Merge branch 'develop' of github.com:getferdi/ferdi into develop
Diffstat (limited to 'src/features/todos/components/TodosWebview.js')
-rw-r--r--src/features/todos/components/TodosWebview.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/features/todos/components/TodosWebview.js b/src/features/todos/components/TodosWebview.js
index c252aff90..35c102220 100644
--- a/src/features/todos/components/TodosWebview.js
+++ b/src/features/todos/components/TodosWebview.js
@@ -37,9 +37,6 @@ const styles = theme => ({
37 37
38 transform: ({ isVisible, width }) => `translateX(${isVisible ? 0 : width}px)`, 38 transform: ({ isVisible, width }) => `translateX(${isVisible ? 0 : width}px)`,
39 39
40 '&:hover $closeTodosButton': {
41 opacity: 1,
42 },
43 '& webview': { 40 '& webview': {
44 height: '100%', 41 height: '100%',
45 }, 42 },