Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2021-12-22 16:01:32 +0300
committerGitHub <noreply@github.com>2021-12-22 16:01:32 +0300
commit77d8bde1b3583f6d6308e93707371a7d7f937543 (patch)
tree1f591e2ce39d81eb7f2cfd093ba33fae9ecb53b7 /src
parent08b4b1e30ee140fbd796a25c3ce3eb0d0db25ff2 (diff)
Correctly align plus icon in task input field
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'src')
-rw-r--r--src/components/Header.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/Header.vue b/src/components/Header.vue
index 347bf610..362c1cb8 100644
--- a/src/components/Header.vue
+++ b/src/components/Header.vue
@@ -139,8 +139,7 @@ $breakpoint-mobile: 1024px;
.material-design-icon {
position: absolute;
- top: 10px;
- left: 10px;
+ padding: 12px;
}
input {