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-07-31 10:39:39 +0300
committerGitHub <noreply@github.com>2021-07-31 10:39:39 +0300
commitef6bb07fca693be1e0572ee6c0461168622110ec (patch)
treecb83cd8f1b157b14f2aa08988e370c0ded812a1c /src
parenta15696f4b10afe075e4dfa243c656ffe02473d81 (diff)
parent6985b00d1a31e8dc9df7f7b326709d19efee3e78 (diff)
Merge pull request #1725 from nextcloud/fix/1719/align-settings
Correctly align settings labels
Diffstat (limited to 'src')
-rw-r--r--src/components/AppNavigation/AppNavigationSettings.vue2
-rw-r--r--src/views/AppNavigation.vue4
2 files changed, 5 insertions, 1 deletions
diff --git a/src/components/AppNavigation/AppNavigationSettings.vue b/src/components/AppNavigation/AppNavigationSettings.vue
index 2f894812..a1116316 100644
--- a/src/components/AppNavigation/AppNavigationSettings.vue
+++ b/src/components/AppNavigation/AppNavigationSettings.vue
@@ -140,7 +140,7 @@ li {
&.collection {
.material-design-icon {
- margin-right: 10px;
+ margin-right: 16px;
}
.label-container {
diff --git a/src/views/AppNavigation.vue b/src/views/AppNavigation.vue
index 39cec32e..e89a665f 100644
--- a/src/views/AppNavigation.vue
+++ b/src/views/AppNavigation.vue
@@ -448,6 +448,10 @@ export default {
<style lang="scss" scoped>
$color-error: #e9322d;
+#app-settings::v-deep #app-settings-header .settings-button {
+ padding-left: 50px;
+}
+
.collection::v-deep {
&.collection--edit {
.app-navigation-entry-link {